style & layout updates

This commit is contained in:
rhiannon morris 2023-06-21 19:58:01 +02:00
parent ebd08fb2e5
commit 485b90fb46
9 changed files with 65 additions and 159 deletions

View file

@ -28,7 +28,6 @@
--text-col: white;
--text-shadow-col: hsl(0, 0%, 0%, 75%);
--text-shadow: 2px 2px 3px var(--text-shadow-col);
--nsfw-sticker-rotate: 15deg;
--focus-box: 0 0 5px hsl(55deg, 60%, 90%, 80%);
--focus-text: hsl(334deg, 87%, 90%);
@ -53,6 +52,8 @@
margin: 0;
}
body { margin: 0; }
header {
text-align: center;
}
@ -65,12 +66,10 @@ h3 { font-size: 110%; }
.page {
background: var(--background);
border: var(--border);
position: relative;
padding: 2em 4em;
margin: 3em auto 3.5em;
border-radius: var(--border-radius);
margin: 0 auto;
color: var(--text-col);
text-shadow: var(--text-shadow);
@ -112,7 +111,7 @@ figure > img {
margin: 0;
padding: 0;
position: absolute;
top: 0.5em;
top: 1em;
font-size: 100%;
font-weight: 500;