From f85442ee6f3ea2388d3d6d25c34fc03b882215a6 Mon Sep 17 00:00:00 2001 From: xangelo Date: Thu, 29 Jun 2023 10:29:28 -0400 Subject: [PATCH] fix: make main page section more legible --- public/assets/css/game.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/assets/css/game.css b/public/assets/css/game.css index 6943c6a..86c05b5 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -7,6 +7,9 @@ body { } #view { font-size: 14px; + background-color: #fff; + padding: 1rem; + border: 1px solid #000; } b { font-weight: bold; @@ -80,6 +83,7 @@ section { #stat-summary { display: flex; align-items: center; + border: 0; } #player-section { display: flex; @@ -131,8 +135,6 @@ nav { text-align: center; padding: 1rem 0; background-color: #fff; - border: solid 1px #000; - margin: 1rem 0; } nav li { display: inline-block; @@ -197,8 +199,8 @@ nav a.active { margin-bottom: 1rem; } #main-nav section { - padding: 1rem; min-height: 344px; + border: 0; } #stat-breakdown th { -- 2.25.1