diff --git a/app/static/styles.css b/app/static/styles.css index 157d909..48223ce 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -7,8 +7,8 @@ body { h1 { text-align: center; - margin-top: 15px; - margin-bottom: 25px; + margin-top: 0.8%; + margin-bottom: 1.5%; color: #f2f2f2; font-size: 2.2em; } @@ -52,7 +52,7 @@ h1 { } .team-name { - font-size: 0.95rem; + font-size: 1rem; font-weight: bold; } @@ -70,7 +70,7 @@ h1 { } .team-record { - font-size: 0.75rem; + font-size: 0.8rem; font-weight: bold; margin-left: auto; } @@ -125,7 +125,7 @@ h1 { background-color: #444; padding: 1.5%; border-radius: 5px; - font-size: 0.7rem; + font-size: 0.75rem; color: #fff; font-weight: bolder; z-index: 1;