From: xangelo Date: Thu, 29 Jun 2023 14:29:28 +0000 (-0400) Subject: fix: make main page section more legible X-Git-Tag: v0.0.1~19 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=f85442ee6f3ea2388d3d6d25c34fc03b882215a6;p=risinglegends.git fix: make main page section more legible --- 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 {