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