chore: fixes

This commit is contained in:
MattTheTekie 2026-03-28 16:25:40 -04:00
commit a877269326
2 changed files with 17 additions and 2 deletions

View file

@ -254,3 +254,17 @@ h2 {
width: 100%;
height: auto
}
.join-btn {
width: 135px;
height: 35px;
border: none;
outline: none;
color: white;
font-size:18px;
background-color: #30232a;
font-family: 'FuturaCyrillicBold';
cursor: pointer;
}