From e2ae37d9f9a9543c48dd6e6b62998307e00ec3f1 Mon Sep 17 00:00:00 2001 From: Nono Date: Tue, 23 Dec 2025 18:45:37 +0100 Subject: [PATCH] =?UTF-8?q?Ajustements=20suite=20au=20retour=20de=20Vincen?= =?UTF-8?q?t=20-=20taille=20de=20la=20police=20des=20logos=20-=20Commentai?= =?UTF-8?q?res=20en=20trop=20-=20Classes=20li=C3=A9es=20=C3=A0=20la=20supp?= =?UTF-8?q?ression=20des=20stickers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/css/base.css b/css/base.css index cf9c308..17abaf7 100644 --- a/css/base.css +++ b/css/base.css @@ -11,9 +11,6 @@ src: url(../assets/fonts/segoesc.ttf); } -/* Basic Font */ -/* font-family: Courier New */ - :root { --primary-bg-color: black; /* global scope */ --accent-violet: #8800FF; @@ -53,7 +50,6 @@ main h1 { font-size: clamp(4em, 14vw, 8em); margin-top: 5%; max-width: 1400px; - font-size: 8em; } main h2 { @@ -142,22 +138,6 @@ main > img { object-fit: scale-down; } -main > .sticker { - background: none; - z-index: 0; -} - -main > *.draggable:not(.sticker) { - - &:not(h2) { - width: 100%; - } - - &:not(h1):not(h2):hover { - animation: none; - } -} - .btn-nice { color: #FFFFFF; text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet); @@ -174,7 +154,6 @@ main > *.draggable:not(.sticker) { float: left; margin-left: 10%; line-height: 0.8em; - font-size: 0.9em; } #interhack { @@ -182,5 +161,4 @@ main > *.draggable:not(.sticker) { color: var(--accent-yellow); margin-right: 10%; line-height: 0.5em; - margin-top: -0.4em; }