diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-08-28 21:25:51 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-08-28 21:25:51 -0400 |
commit | 213748a2c64b44198ef2a96868b58d7265fe4f02 (patch) | |
tree | 20b364e5fbc848aaef479fe132b93d79b5af1f3b /index.css | |
parent | 2a02336596cc4ccd1ec19d5748b2b39db0a027dd (diff) |
oops fixed mistakes
Diffstat (limited to 'index.css')
-rw-r--r-- | index.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > * { |