ソースを参照

minor update

pull/142/head
abhidj0090 4年前
コミット
4c4628258c
2個のファイルの変更13行の追加1行の削除
  1. 12
    0
      assets/css/custom.css
  2. 1
    1
      layouts/partials/footer.html

+ 12
- 0
assets/css/custom.css ファイルの表示

@@ -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 ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存