Merge pull request 'Réduire la taille du texte dasn le footer sur mobile' (#1) from master into prod

Reviewed-on: https://codeberg.org/OKI/gong.gp/pulls/1
This commit is contained in:
2024-03-22 09:32:19 +00:00
+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;
} }