diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index d811c6d..27ce6c8 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -47,9 +47,10 @@ font-size: 4.5vh; } h2 { position: absolute; -width: 50%; +/*width: 50%;*/ height: 3vh; -left: 25%; +left: 50%; +transform: translateX(-50%); top: 0; margin: 0; background-color: rgba(50, 30, 30, 0.8);