diff options
-rw-r--r-- | draughts/public/stylesheets/splash.css | 6 | ||||
-rw-r--r-- | draughts/public/stylesheets/style.css | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/draughts/public/stylesheets/splash.css b/draughts/public/stylesheets/splash.css index a1a8d3b..6cce3ab 100644 --- a/draughts/public/stylesheets/splash.css +++ b/draughts/public/stylesheets/splash.css @@ -150,7 +150,7 @@ h2 { /* Adds labeling and formattnig for the header*/ .how-to-1 > h2::before { content: "1 - "; - display: list-item; + display: list-item-inline; font-weight: lighter; } @@ -172,7 +172,7 @@ h2 { /* Adds labeling and formattnig for the header*/ .how-to-2 > h2::before { content: "2 - "; - display: list-item; + display: list-item-inline; font-weight: lighter; } @@ -199,7 +199,7 @@ h2 { /* Adds labeling and formattnig for the header*/ .how-to-3 > h2::before { - display: list-item; + display: list-item-inline; content: "3 - "; font-weight: lighter; } diff --git a/draughts/public/stylesheets/style.css b/draughts/public/stylesheets/style.css index e200e60..e9f8e90 100644 --- a/draughts/public/stylesheets/style.css +++ b/draughts/public/stylesheets/style.css @@ -9,6 +9,7 @@ --red: #9E3C2F; } + /* Ensures a minimum screen resolution of 800 x 800*/ @media (max-width: 799px), (max-height: 799px) { body::before { @@ -25,4 +26,4 @@ background-color: var(--red); z-index: 100; } - } +}
\ No newline at end of file |