20 316
modifications
Aucun résumé des modifications |
Remplacement des 25 ans par série tv |
||
Ligne 728 : | Ligne 728 : | ||
grid-template-areas: | grid-template-areas: | ||
"welcome welcome welcome" | "welcome welcome welcome" | ||
" | "serie serie serie" | ||
"games games games" | "games games games" | ||
"fangames fangames theme" | "fangames fangames theme" | ||
Ligne 740 : | Ligne 740 : | ||
border-bottom: solid 1px var(--border-color-base); | border-bottom: solid 1px var(--border-color-base); | ||
} | } | ||
. | .serie-tv { | ||
grid-area: | grid-area: serie; | ||
border: 1px solid var(--border-color-base); | border: 1px solid var(--border-color-base); | ||
box-shadow: var(--box-shadow); | box-shadow: var(--box-shadow); |
modifications