aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2022-01-16 23:13:02 +0100
committerMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2022-01-16 23:13:02 +0100
commita169d7c6a85a9b89d0dc575b6cb7b3f42229bdc6 (patch)
tree1d6fab5e955de3472ddfa93957f19f28ab4ca98e
parentefcc8b13e9489ad01d31740883f5ef0bcda5f6fb (diff)
make heading list items inline
-rw-r--r--draughts/public/stylesheets/splash.css6
-rw-r--r--draughts/public/stylesheets/style.css3
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