Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgurusabarish <gurusabarisha@gmail.com>2022-03-23 03:34:01 +0300
committergurusabarish <gurusabarisha@gmail.com>2022-03-23 03:34:01 +0300
commite3fb3dc6beb3546003ad183e39e7d72fca1ede70 (patch)
tree025751762b61bd10a0e77879e5384e573131dc47 /layouts
parentb611c5f102fa22a975663bd3f8a7c40bbcd04dce (diff)
hero animations
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sections/hero/index.html2
-rw-r--r--layouts/partials/sections/projects.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sections/hero/index.html b/layouts/partials/sections/hero/index.html
index 8107c6e..14602f4 100644
--- a/layouts/partials/sections/hero/index.html
+++ b/layouts/partials/sections/hero/index.html
@@ -2,7 +2,7 @@
<section id="hero" class="py-5">
<div class="container px-3 px-sm-5 px-md-5 px-lg-5 pt-lg-3">
<div class="row">
- <div class="col-sm-12 col-md-12 col-lg-8" id="primary-font">
+ <div class="col-sm-12 col-md-12 col-lg-8 content" id="primary-font">
<span class="subtitle">
{{ .Site.Params.hero.intro }}
</span>
diff --git a/layouts/partials/sections/projects.html b/layouts/partials/sections/projects.html
index cf83c68..c7c0129 100644
--- a/layouts/partials/sections/projects.html
+++ b/layouts/partials/sections/projects.html
@@ -2,7 +2,7 @@
<section id="projects" class="py-5">
<div class="container">
<h3 class="text-center">Projects</h3>
- <div class="row justify-content-center px-3 ">
+ <div class="row justify-content-center px-3 px-md-5">
{{ range .Site.Params.projects.items }}
<div class="col-lg-4 col-md-6 my-3">
<div class="card my-3 h-100" title="{{ .title }}">