From 5a129e957c000da35d8faffad9909d8be9a42c8d Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 8 Sep 2022 11:24:13 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20design=20des=20titr?= =?UTF-8?q?es=20et=20des=20espacements=20du=20bloc=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/meghna-hugo/assets/css/style.css | 21 +++++++------------ .../meghna-hugo/layouts/partials/service.html | 7 +------ 2 files changed, 8 insertions(+), 20 deletions(-) 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 }}