From 2d84d74e6bafe9f0ce117620d5d6d085edbae4b1 Mon Sep 17 00:00:00 2001 From: louiseh Date: Wed, 5 Jun 2024 15:29:09 +0200 Subject: [PATCH] logo responsive on smartphones --- www/css/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index ebbf419..9978faa 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -386,6 +386,23 @@ section p a:active { } } +/*--------------------------------------------------------*/ +/* LOGO +/*--------------------------------------------------------*/ + +.logo img { + text-align: center; +} + +/*--------------------------------------------------------*/ + +@media only screen and (max-width: 880px) { + .logo img { + width: 60%; + height: 60%; + } +} + /*--------------------------------------------------------*/ /* PRICE TABLE /*--------------------------------------------------------*/ @@ -680,7 +697,7 @@ section p a:active { #list_contrats { list-style-type: none; padding-left: 20px; - font-size: 1.2rem; + font-size: 1.2rem }