From 37b06bcdaa50e69adaa72dd122ebd4c6c73fddc5 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 25 Nov 2022 19:10:42 +0000 Subject: [PATCH] Round top up to sm and start from sm up --- assets/css/styles.css | 13 +++++++++++++ templates/games.html | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index a2cec1e..6ed50b0 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -8138,6 +8138,19 @@ textarea.form-control-lg { border-top-left-radius: 0.25rem !important; } +@media (max-width: 575.98px) { + .rounded-top-sm { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; + } +} +@media (min-width: 575.98px) { + .rounded-start-md { + border-bottom-left-radius: 0.25rem !important; + border-top-left-radius: 0.25rem !important; + } +} + .visible { visibility: visible !important; } diff --git a/templates/games.html b/templates/games.html index 4f8aa86..34394a5 100644 --- a/templates/games.html +++ b/templates/games.html @@ -14,7 +14,7 @@
- +