add tagged release info

This commit is contained in:
outfoxxed 2025-06-12 15:48:32 -07:00
parent 9a810cf864
commit a39c847084
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 30 additions and 11 deletions

View file

@ -1,3 +1,11 @@
.main-page-banner {
width: 100%;
text-align: center;
background-color: hsl(var(--green) 48% 40%);
color: white;
padding: 0.5rem 0;
}
.main-page_hero {
position: relative;
display: flex;