feat: 🎨 adjust CSS style to give more room to the post on small screens
This commit is contained in:
parent
16fb45aaf4
commit
0d9bedcaca
5 changed files with 53 additions and 38 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue