css tweaks
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--site-width: 750px;
|
||||
--site-width: 700px;
|
||||
--vert-content-margin: 1.5em;
|
||||
--accent1: #d2e8b0;
|
||||
--black: #222;
|
||||
--white: #FBFBFB;
|
||||
--background: #FCFAF9;
|
||||
--font-size: 1.35rem;
|
||||
--line-height: 1.9rem;
|
||||
--line-height: 1.75rem;
|
||||
--font-family: "Roboto";
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ a, a:visited {
|
||||
}
|
||||
|
||||
#content h2, #content h3, #content h4, #content h5 {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: -0.8rem;
|
||||
}
|
||||
|
||||
#header hr {
|
||||
@@ -75,6 +75,11 @@ a, a:visited {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
}
|
||||
|
||||
#publish-date, #modified-date {
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user