diff --git a/bar-history/index.html b/bar-history/index.html index c0dc2d9..f8e7cfe 100644 --- a/bar-history/index.html +++ b/bar-history/index.html @@ -31,16 +31,21 @@ } h1 { font-family: "ceva", sans-serif; + font-size: 72px; + width: 80vw; + text-align: center; } p { font-family: 'Source Code Pro', sans-serif; - font-size: 20px; + font-size: 36px; color: #a0a0a0; margin-top: -10vh; + width: 80vw; + text-align: center; } cbase-polar { - height: 80vh; - width: 80vh; + height: 72vh; + width: 72vh; margin-left: 80px; }