fix: various style and content fixes
All checks were successful
Deploy workflow / deploy (push) Successful in 28s

This commit is contained in:
Matthieu Bessat 2024-03-12 15:18:14 +01:00
parent 609ae6704d
commit fc9627506f
6 changed files with 32 additions and 8 deletions

View file

@ -3,6 +3,11 @@
font-style: italic;
}
.article__author {
text-align: right;
font-style: italic;
}
.article__featured-image {
max-width: 100%;

View file

@ -121,7 +121,7 @@ $burger-menu-size: 4rem;
opacity: 0;
position: fixed;
top: 8rem;
left: 5rem;
left: 20%;
z-index: 1000;
// transition: all 0.8s;