listing des articles un peu plus fournis

This commit is contained in:
Matthieu Bessat 2022-09-30 14:51:47 +02:00
parent 2fe8d5a5ae
commit 207e46f02b
25 changed files with 263 additions and 119 deletions

View file

@ -4,16 +4,26 @@ body {
margin: 0;
}
* {
box-sizing: border-box;
}
article {
font-size: 1.1rem;
}
h1 {
font-size: 1.75rem;
color: $secondary;
}
h2 {
font-size: 1.4rem;
color: $primary;
}
a {
color: $secondary;
color: $primary;
}
a:hover {
opacity: 0.8;