From 93e32bd0a0758dc674c999fe90cb64e1c2685a5c Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 20 Jan 2021 20:17:47 +0100 Subject: [PATCH] fix: Making poping notice more responsive. --- themes/default/public/dist/css/index.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/themes/default/public/dist/css/index.css b/themes/default/public/dist/css/index.css index 19d1e1b..d5545f8 100644 --- a/themes/default/public/dist/css/index.css +++ b/themes/default/public/dist/css/index.css @@ -73,7 +73,6 @@ body { #poping-notice { position: absolute; display: none; - width: 40%; padding: 3rem; border-radius: 0.3rem; background-color: #374151; @@ -186,4 +185,10 @@ body { #modal-video-container.active { display: flex; -} \ No newline at end of file +} + +@media (min-width: 812px) { + #poping-notice { + width: 40%; + } +}