forked from rDrama/rDrama
1
0
Fork 0

make logo not giant lol

master
gooseman 2022-04-26 17:25:06 -04:00 committed by GitHub
parent 43751ccde2
commit 967b1b5141
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<style> <style>
@media (min-width: 350px) { @media (min-width: 350px) {
#logo { #logo {
width: 150px; width: 120px;
margin-left: 0.5rem !important; margin-left: 0.5rem !important;
} }
} }
@ -274,4 +274,4 @@
padding-top: 7.4px; padding-top: 7.4px;
} }
</style> </style>
{% endif %} {% endif %}