make the header bigger, and align header and content padding better
This commit is contained in:
parent
c80172cffd
commit
aa6a27dd8b
@ -34,8 +34,8 @@ a {
|
||||
div.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 0.75em;
|
||||
padding: 1em 1em;
|
||||
font-size: 0.9em;
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
|
||||
div.header a {
|
||||
@ -44,7 +44,7 @@ div.header a {
|
||||
|
||||
div.content {
|
||||
font-size: 11pt;
|
||||
padding: 0 1em;
|
||||
padding: 0 1rem;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user