fix: reduce font size

This commit is contained in:
Matthieu Bessat 2023-05-21 22:40:07 +02:00
parent 0b4efd59de
commit 8da6e620ea

View file

@ -11,7 +11,7 @@ body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
margin: 0;
font-size: 18px;
font-size: 17px;
line-height: 1.6;
}
@ -68,3 +68,11 @@ a:hover {
margin-top: 3rem;
padding: 1.2rem 0;
}
.w-100 {
width: 100px;
}
.w-200 {
width: 200px;
}