diff --git a/public/css/custom.min.css b/public/css/custom.min.css index cc0dccd..ca38ba2 100644 --- a/public/css/custom.min.css +++ b/public/css/custom.min.css @@ -1 +1 @@ -.navigation{background-color:#292f36;width:100%;margin-bottom:0}#contact-submit:hover{border-color:#2c9091;background-color:#09f}.btn-main:hover{background:#09f;color:#fff}.price-item{background-color:#0d0e0f}.counters-item{}.service-block{background-color:#0d0e0f;box-shadow:5px 5px 5px rgba(44,44,44,.3),13px 13px rgba(33,92,210,.8)}.service-block:hover{background-color:#0d0e0f;box-shadow:5px 5px 5px rgba(44,44,44,.3),13px 13px rgba(0,153,255,.8)}.skill-bar .progress .progress-bar{background:#215cd2}.member-photo .mask{background-color:rgba(33,92,210,.7)}@media(max-width:3840px){.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 +.navigation{background-color:#292f36;width:100%;margin-bottom:0}#contact-submit:hover{border-color:#2c9091;background-color:#09f}.btn-main:hover{background:#09f;color:#fff}.price-item{background-color:#0d0e0f}.counters-item{}.service-block{background-color:#0d0e0f;box-shadow:5px 5px 5px rgba(44,44,44,.3),13px 13px rgba(33,92,210,.8)}.service-block:hover{background-color:#0d0e0f;box-shadow:5px 5px 5px rgba(44,44,44,.3),13px 13px rgba(0,153,255,.8)}.skill-bar .progress .progress-bar{background:#215cd2}.member-photo .mask{background-color:rgba(33,92,210,.7)}@media(max-width:3840px){.section{padding:100px}.container{max-width:80%}.col-lg-4{flex:0 0 30%;display:grid;max-width:30%;min-width:10%;margin:auto}}@media(max-width:1920px){.section{padding:100px}.container{max-width:80%}.col-lg-4{flex:0 0 100%;display:grid;max-width:100%;margin:auto}} \ No newline at end of file diff --git a/themes/meghna-hugo/assets/css/custom.css b/themes/meghna-hugo/assets/css/custom.css index 67b646f..5e192ea 100644 --- a/themes/meghna-hugo/assets/css/custom.css +++ b/themes/meghna-hugo/assets/css/custom.css @@ -50,7 +50,7 @@ padding: 100px; } .container { - max-width: 80%; + max-width: 90%; } .col-lg-4 { flex: 0 0 30%; @@ -59,22 +59,62 @@ min-width: 10%; margin: auto; } + + .block { + min-height: 390px; + } + + .service-block{ + min-height: 360px; + } } - -@media (max-width: 1920px) { +@media (max-width: 1899px) { .section { padding: 100px; } + .container { + max-width: 100%; + } + .col-lg-4 { + flex: 0 0 33%; + display: grid; + max-width: 30%; + min-width: 10%; + margin: auto; + } + + .block { + min-height: 495px; + } + + .service-block{ + min-height: 488px; + } +} + +@media (max-width: 800px) { + .section { + padding: 1%; + } .container { - max-width: 80%; + max-width: 100%; } .col-lg-4 { + padding: 0; flex: 0 0 100%; display: grid; max-width: 100%; margin: auto; } + + .block { + min-height: 366px; + } + + .service-block { + min-height: 312px; + } } \ No newline at end of file