From d8e07e58ee608a2f38812438ecee6a61bddbda55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 8 Apr 2025 10:13:32 +0400 Subject: [PATCH] improve TL style --- css/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; }