From cc88c0a224434126c39ba260c5e74048bb2f8f80 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Sun, 28 Mar 2021 15:15:39 -0300 Subject: [PATCH] hanges --- themes/meghna-hugo/assets/css/custom.css | 27 ++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/themes/meghna-hugo/assets/css/custom.css b/themes/meghna-hugo/assets/css/custom.css index 7097b14..d13ab26 100644 --- a/themes/meghna-hugo/assets/css/custom.css +++ b/themes/meghna-hugo/assets/css/custom.css @@ -14,7 +14,7 @@ background: #0099FF; color: #fff; } - + .price-item { background-color: #0d0e0f; @@ -27,7 +27,7 @@ .service-block { background-color: #0d0e0f; box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8); - + } .service-block:hover { @@ -52,4 +52,27 @@ .container { max-width: 80%; } + .col-lg-4 { + flex: 0 0 30%; + max-width: 30%; + margin: auto; + } } + + + +/* @media (max-width: 1920px) { + .section { + padding: 100px; + } + + .container { + max-width: 80%; + } + + .col-lg-4 { + flex: 0 0 30%; + max-width: 30%; + margin: auto; + } +} */ \ No newline at end of file