Update Downloads spacing

This commit is contained in:
kaBeech
2023-09-03 19:34:20 -07:00
parent df9820dc24
commit db8ed5c059
2 changed files with 11 additions and 1 deletions

View File

@@ -130,6 +130,14 @@ input.serious {
color: #d4d4d4;
}
.mobileShow {
display: none;
@media (max-width: 440px) {
display: block;
}
}
#newExampleTextButton {
width: fit-content;
}