diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index eabc64f..34baa4b 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -96,6 +96,7 @@ a:hover { padding: 10px 30px; border-radius: 0; transition: all .3s ease-in 0s; + font-size: 1.1rem; } .btn.btn-primary { @@ -520,11 +521,23 @@ a:hover { .hero-area .block p { color: #fff; - font-size: 20px; + font-size: 40px; width: 70%; margin: 0 auto; } +@media (max-width: 992px) { + .hero-area .block p { + font-size: 30px; + } +} + +@media (max-width: 575px) { + .hero-area .block p { + font-size: 20px; + } +} + .hero-area .block .btn-transparent { margin-top: 40px; border-color: #fff; @@ -706,6 +719,7 @@ a:hover { .con-info { margin-bottom: 20px; + font-size: 1.1rem; } .con-info i, diff --git a/themes/meghna-hugo/layouts/partials/contact.html b/themes/meghna-hugo/layouts/partials/contact.html index 78399e1..253fc88 100644 --- a/themes/meghna-hugo/layouts/partials/contact.html +++ b/themes/meghna-hugo/layouts/partials/contact.html @@ -18,13 +18,15 @@ {{"" | safeHTML}}
{{ .content | markdownify }}
- {{ if .button.enable }} - {{ with .button }} - {{ .label }} - {{ end }} - {{ end }} - {{ with .call_to_action }} -{{ .content | markdownify }}
+ {{ if .button.enable }} + {{ with .button }} + {{ .label }} + {{ end }} + {{ end }} + {{ with .call_to_action }} +{{ .content | markdownify }}
- {{ with .call_to_action }} -{{ .content | markdownify }}
+ {{ with .call_to_action }} +