Ajustements suite au retour de Vincent

- taille de la police des logos
- Commentaires en trop
- Classes liées à la suppression des stickers
This commit is contained in:
Nono 2025-12-23 18:45:37 +01:00
parent aa94638ac8
commit e2ae37d9f9

View file

@ -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;
}