|
|
@ -1,8 +1,11 @@
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
font-size: medium;
|
|
|
|
font-size: medium;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
padding: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
max-width: 1280px;
|
|
|
|
max-width: 1280px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
gap: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
img, video { max-width: 100% }
|
|
|
|
img, video { max-width: 100% }
|
|
|
@ -17,6 +20,7 @@ header {
|
|
|
|
font-size: xx-large;
|
|
|
|
font-size: xx-large;
|
|
|
|
position: sticky;
|
|
|
|
position: sticky;
|
|
|
|
top: 1em;
|
|
|
|
top: 1em;
|
|
|
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
& a {
|
|
|
|
& a {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
@ -36,11 +40,11 @@ header {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
main { flex: 1 }
|
|
|
|
padding-left: 1.5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
/* used mostly by .zs/index, should maybe class it? */
|
|
|
|
|
|
|
|
ul { padding-left: 0 }
|
|
|
|
|
|
|
|
|
|
|
|
/* used mostly by .zs/index */
|
|
|
|
|
|
|
|
ul li {
|
|
|
|
ul li {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
align-items: baseline;
|
|
|
|