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 {
|
div.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 0.75em;
|
font-size: 0.9em;
|
||||||
padding: 1em 1em;
|
padding: 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header a {
|
div.header a {
|
||||||
@ -44,7 +44,7 @@ div.header a {
|
|||||||
|
|
||||||
div.content {
|
div.content {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
padding: 0 1em;
|
padding: 0 1rem;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user