feat: 🎨 adjust CSS style to give more room to the post on small screens

This commit is contained in:
David Bailey 2023-12-12 22:36:33 +01:00
parent 16fb45aaf4
commit 0d9bedcaca
5 changed files with 53 additions and 38 deletions

View file

@ -1,7 +1,7 @@
article {
margin-top: 0.8em;
margin-top: 0.8rem;
margin-left: 10%;
margin-right: 10%;
}
@ -10,9 +10,9 @@ figcaption {
text-align: center;
border-bottom: solid 3px darkgrey;
font-size: 2em;
font-size: 2rem;
margin-bottom: 0.3em;
margin-bottom: 0.3rem;
}
#gallery_image {