This commit is contained in:
parent
0f52ff0cef
commit
a510899ff1
17 changed files with 309 additions and 103 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
/* Désactive le comportement étrange des <legend> au sein de <fieldset>. */
|
||||
:where(fieldset > legend) {
|
||||
width: 100%;
|
||||
float: left;
|
||||
inline-size: 100%;
|
||||
}
|
||||
|
||||
/* Hauteur de ligne plus étroite pour les éléments interactifs. */
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ h1 {
|
|||
}
|
||||
|
||||
.container {
|
||||
--max-width: 60rem;
|
||||
--max-width: 90rem;
|
||||
--space: var(--s1);
|
||||
|
||||
place-content: start;
|
||||
|
|
@ -58,17 +58,17 @@ main {
|
|||
}
|
||||
|
||||
@keyframes fade-in {
|
||||
to {
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes flicker {
|
||||
from, 49% {
|
||||
0%, 49% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
50%, to {
|
||||
50%, 100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue