From 213748a2c64b44198ef2a96868b58d7265fe4f02 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Fri, 28 Aug 2020 21:25:51 -0400
Subject: oops fixed mistakes
---
index.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'index.css')
diff --git a/index.css b/index.css
index e9b0f34..8fc5b3b 100644
--- a/index.css
+++ b/index.css
@@ -9,7 +9,7 @@ body > div > * {
font-size: 225%;
font-size: min(3.6vw,225%);
position: relative;
- vertical-align: /*text-top*/ center;
+ vertical-align: text-top;
}
body > div > span > * {
--
cgit