Browse Source

minor update

pull/142/head
abhidj0090 4 years ago
parent
commit
4c4628258c
2 changed files with 13 additions and 1 deletions
  1. 12
    0
      assets/css/custom.css
  2. 1
    1
      layouts/partials/footer.html

+ 12
- 0
assets/css/custom.css View File

@@ -30,4 +30,16 @@
}
.bio span{
font-size: 1.2rem;
}
@media only screen and (max-device-width: 768px) {
.hero-area{
height: 70vh;
}
}
blockquote p{
font-size:20px;
}
blockquote {
background-color:#2c9091 ;
}

+ 1
- 1
layouts/partials/footer.html View File

@@ -8,7 +8,7 @@
<div class="social-icon">
<ul class="list-inline">
{{ range site.Params.social }}
<li class="list-inline-item"><a href="{{ .link | safeURL }}"><i class="{{ .icon }}"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="{{ .link | safeURL }}"><i class="{{ .icon }}"></i></a></li>
{{ end }}
</ul>
</div>

Loading…
Cancel
Save