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,13 +1,13 @@
#rrr_header {
font-size: 2em;
font-size: 2rem;
border-bottom: 1px solid grey;
padding-bottom: 0.2em;
margin-bottom: 0.3em;
padding-bottom: 0.2rem;
margin-bottom: 0.3rem;
}
#rrr_code {
font-size: 1.5em;
font-size: 1.5rem;
}