diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index 73c0a27..ae402c2 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -299,6 +299,12 @@ a:hover { padding-bottom: 60px; } +@media (max-width: 768px) { + .title { + padding-bottom: 30px; + } +} + .title h2 { font-weight: 700; font-size: 38px; @@ -952,19 +958,6 @@ a:hover { line-height: 50px; } -/*================================================================= - Services section -==================================================================*/ -.service-block { - padding: 60px 20px; - margin-bottom: 40px; -} - -.service-block .service-icon { - margin-bottom: 10px; - font-size: 50px; -} - /*================================================================= Services section 2 ==================================================================*/ @@ -2301,4 +2294,4 @@ figcaption { .cookie-box-hide { display: none; -} \ No newline at end of file +} diff --git a/themes/meghna-hugo/layouts/partials/service.html b/themes/meghna-hugo/layouts/partials/service.html index 743233d..459d782 100644 --- a/themes/meghna-hugo/layouts/partials/service.html +++ b/themes/meghna-hugo/layouts/partials/service.html @@ -19,12 +19,7 @@ {{ range .service_item}} {{"" | safeHTML }}
-
- {{ if .icon }} -
- -
- {{ end }} +

{{ .name | markdownify }}

{{ .content | markdownify }}