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}}
- {{ with .subtitle }} -

{{ . | markdownify }}

- {{ end }} - {{ .content | markdownify }} +
+ {{ with .subtitle }} +

{{ . | markdownify }}

+ {{ end }} + {{ .content | markdownify }} +
-
+
{{ range .contact_list }}
diff --git a/themes/meghna-hugo/layouts/partials/cta.html b/themes/meghna-hugo/layouts/partials/cta.html index a3e16e7..f0ae9a6 100644 --- a/themes/meghna-hugo/layouts/partials/cta.html +++ b/themes/meghna-hugo/layouts/partials/cta.html @@ -9,20 +9,22 @@
-

{{ .title | markdownify }}

-

{{ .content | markdownify }}

- {{ if .button.enable }} - {{ with .button }} - {{ .label }} - {{ end }} - {{ end }} - {{ with .call_to_action }} -
- {{ range . }} - {{ .text }} +
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+ {{ if .button.enable }} + {{ with .button }} + {{ .label }} + {{ end }} + {{ end }} + {{ with .call_to_action }} +
+ {{ range . }} + {{ .text }} + {{ end }} +
{{ end }}
- {{ end }}
diff --git a/themes/meghna-hugo/layouts/partials/skill.html b/themes/meghna-hugo/layouts/partials/skill.html index 6730d96..6713988 100644 --- a/themes/meghna-hugo/layouts/partials/skill.html +++ b/themes/meghna-hugo/layouts/partials/skill.html @@ -3,8 +3,9 @@ {{ if $data.skill.skill.enable }} {{ with $data.skill.skill }} {{"" | safeHTML }} -
+
+ {{ if .title }}
{{"" | safeHTML }}
@@ -15,22 +16,27 @@
{{"" | safeHTML }}
+ {{ end }}
{{ with .image }} -
- image +
+
+ image +
{{ end }} -
-

{{ .subtitle | markdownify }}

-

{{ .content | markdownify }}

- {{ with .call_to_action }} -
- {{ range . }} - {{ .text }} +
+
+

{{ .subtitle | markdownify }}

+

{{ .content | markdownify }}

+ {{ with .call_to_action }} +
+ {{ range . }} + {{ .text }} + {{ end }} +
{{ end }}
- {{ end }}