commit ec3d0dbd7765b6f8b1b3696bb3d7bbe02b855b2d
parent b96b3b995c8659811245f4b7be69e80cfc51223b
Author: Zane Schaffer <znschaffer@gmail.com>
Date: Fri, 19 Jun 2026 08:28:16 -0700
adjust styling
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/style.css b/style.css
@@ -9,6 +9,9 @@
padding: 0;
scrollbar-color: cadetblue gainsboro;
}
+html {
+ margin: auto;
+}
body {
max-width: 900px;
filter: drop-shadow(1px 1px 4px #9A9A9A);
@@ -16,10 +19,11 @@ body {
font-family: 'Cordata';
color: #333;
font-size: 16px;
- flex-direction: column;
+ flex-direction: row;
margin: auto;
- margin-top: 100px;
display: flex;
+ min-height: 100vh;
+ align-items: center;
}
::selection { color: white; background: #b03a0f; }