From 4c0d50b4147483379356aca5be4e965a5925134f Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Fri, 28 Apr 2023 18:17:37 +0200 Subject: [PATCH] =?UTF-8?q?ajustement=20aux=20petits=20=C3=A9crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/page/construction.css | 12 ++++++++++++ assets/css/page/index.css | 11 +++++++++++ assets/css/template.css | 7 ------- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/assets/css/page/construction.css b/assets/css/page/construction.css index e0fbcb0..8291638 100644 --- a/assets/css/page/construction.css +++ b/assets/css/page/construction.css @@ -12,3 +12,15 @@ color: rgb(170, 28, 28); } + + +/* ajuste le décompte pour les petits écrans*/ +@media all and (max-width: 800px) { + + #decompte{ + font-size: 7vh; + + } + + +} diff --git a/assets/css/page/index.css b/assets/css/page/index.css index 08edc4b..a450155 100644 --- a/assets/css/page/index.css +++ b/assets/css/page/index.css @@ -7,3 +7,14 @@ color: rgb(170, 28, 28); } + +/* ajuste le décompte pour les petits écrans*/ +@media all and (max-width: 800px) { + + #decompte{ + font-size: 7vh; + + } + + +} diff --git a/assets/css/template.css b/assets/css/template.css index a858768..ce74929 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -95,13 +95,6 @@ a.linkmail:hover { border-right: solid 2em #a06827; border-bottom: solid 2em #332806; - /*clip-path: polygon( - 0 2.00em,1em 1em,2.00em 0, - calc(100% - 2.00em) 0,calc(100% - 1em) 1em,100% 2.00em, - 100% calc(100% - 2.00em),calc(100% - 1em) calc(100% - 1em),calc(100% - 2.00em) 100%, - 2.00em 100%,1em calc(100% - 1em),0 calc(100% - 2.00em) - );*/ - border-radius: 10px; }