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

} }
.bio span{ .bio span{
font-size: 1.2rem; 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

<div class="social-icon"> <div class="social-icon">
<ul class="list-inline"> <ul class="list-inline">
{{ range site.Params.social }} {{ 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 }} {{ end }}
</ul> </ul>
</div> </div>

Loading…
Cancel
Save