diff --git a/bar-history/index.html b/bar-history/index.html
index f8e7cfe..3b849df 100644
--- a/bar-history/index.html
+++ b/bar-history/index.html
@@ -31,14 +31,19 @@
}
h1 {
font-family: "ceva", sans-serif;
- font-size: 72px;
+ font-size: 8vh;
width: 80vw;
text-align: center;
+ margin: 0px;
+ padding: 0px;
+ line-height: 10vh;
}
p {
font-family: 'Source Code Pro', sans-serif;
- font-size: 36px;
+ font-size: 6vh;
color: #a0a0a0;
+ margin: 0px;
+ padding: 0px;
margin-top: -10vh;
width: 80vw;
text-align: center;