From 938cd1057ae901c27094fbe2dfd91cab13cdbd8f Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Mon, 19 Feb 2024 10:19:36 +0800 Subject: [PATCH] * Fix screen card margin in browse page. --- module/screen/css/browse.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/screen/css/browse.css b/module/screen/css/browse.css index d9cf0a1b57..608d77ad39 100644 --- a/module/screen/css/browse.css +++ b/module/screen/css/browse.css @@ -28,10 +28,10 @@ .bg5 {background:#0997bb;} .bg6 {background:#0abbad;} -.main-col {background-color: white;} -.main-col .row {margin:10px 0px; padding: 12px;} -.main-col .row .col-md-3 {padding: 8px;} -.main-col .row .col-md-3 a {min-width: 297px;} +#mainContent {background-color: white;} +#mainContent .row {margin:10px 0px; padding: 12px;} +#mainContent .row .col-md-3 {padding: 8px;} +#mainContent .row .col-md-3 a {min-width: 297px;} #firstGuide .modal-dialog {width: 800px !important;} #firstGuide .modal-body {padding: 0 !important; max-height: 465px !important;}