From a169d7c6a85a9b89d0dc575b6cb7b3f42229bdc6 Mon Sep 17 00:00:00 2001 From: MayteApolix <83069108+MayteApolix@users.noreply.github.com> Date: Sun, 16 Jan 2022 23:13:02 +0100 Subject: make heading list items inline --- draughts/public/stylesheets/splash.css | 6 +++--- 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 -- cgit v1.2.3