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,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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue