Change footer text size on mobile

This commit is contained in:
2024-03-22 05:30:38 -04:00
parent dd3817d824
commit 769c103ffd
+4
View File
@@ -48,6 +48,10 @@ strong {
max-width: 100%; max-width: 100%;
} }
.footer {
font-size: xx-small;
}
#template { #template {
margin-bottom: 15em; margin-bottom: 15em;
} }