new stuff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
:root {
|
||||
--site-width: 800px;
|
||||
--site-width: 900px;
|
||||
--vert-content-margin: 0.3rem;
|
||||
--accent1: #2596be;
|
||||
--link: #2527EA;
|
||||
@@ -10,8 +10,8 @@
|
||||
--background: #EAEFFF;
|
||||
--background-toc: #E1EFFF;
|
||||
--shadow-toc: #6E868F;
|
||||
--font-size: 20px;
|
||||
--line-height: 1.55rem;
|
||||
--font-size: 1.1rem;
|
||||
--line-height: 1.2rem;
|
||||
--font-family: "Source Serif Pro";
|
||||
}
|
||||
|
||||
@@ -82,8 +82,8 @@ a, a:visited {
|
||||
|
||||
#content, #header, #footer {
|
||||
min-width: 500px;
|
||||
max-width: var(--site-width);
|
||||
margin: auto;
|
||||
max-width: min(var(--site-width), 90vw);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
Reference in New Issue
Block a user