fix for PR

This commit is contained in:
2024-04-03 16:27:46 -07:00
parent 147f3688e7
commit ae7a4f2a36
7 changed files with 414 additions and 191 deletions

View File

@ -279,6 +279,11 @@ tbody strong {
text-decoration: underline;
}
.sponsoring {
position: relative;
margin-top: 35px;
}
.stats-input {
padding: 8px;
color: rgb(50, 50, 50);
@ -450,6 +455,14 @@ tbody strong {
padding-top: 45px;
}
.background-get-started {
background-color: rgb(35, 55, 79);
@media screen and (min-width: 768px) {
border-radius: 10px;
}
margin-bottom: 30px;
}
.button-get-started {
margin-top: 50px;
margin-bottom: 50px;