diff --git a/css/styles.css b/css/styles.css index b6fc47b..55deca2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -621,6 +621,16 @@ img { height: 300px; } + #mt-container { + height: 600px; + } + + /* Réduire la taille des boutons du footer Mastodon en mobile */ + .mt-footer .mt-btn-violet { + font-size: 12px !important; + padding: 5px 10px !important; + } + .hero-logo { font-size: 40px; }