From 82b6e92c40268b1b0b7c5c4f46ebd679264bb78b Mon Sep 17 00:00:00 2001 From: Lucas Cumsille M Date: Thu, 12 Sep 2024 12:52:25 +0000 Subject: [PATCH] Removed border radius for first child of full-page___row on mobile --- www/docs/style/sass/parts/_panels.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/docs/style/sass/parts/_panels.scss b/www/docs/style/sass/parts/_panels.scss index bb67c98852..3d87f7fd84 100644 --- a/www/docs/style/sass/parts/_panels.scss +++ b/www/docs/style/sass/parts/_panels.scss @@ -146,12 +146,11 @@ position: relative; &:first-child { padding: 1em; - border-radius: 3px; background: rgba(#000, 0.6); - position: relative; - + @media (min-width: $large-screen) { + border-radius: 3px; padding: 2em 2.5em; }