diff --git a/styles/main.css b/styles/main.css index b7df409..283c559 100644 --- a/styles/main.css +++ b/styles/main.css @@ -21,13 +21,14 @@ body { #thsf-schedule-wrapper { position: fixed; - top: 700px; + top: 600px; left: 50%; transform: translateX(-50%); width: 50%; height: 100%; overflow: auto; background-color: #e6007e; + margin-bottom: 10px; }