Remove unused css

This commit is contained in:
Djordje Atlialp 2019-04-15 23:11:21 +02:00
parent 927044d00b
commit 3a6bc0755c
2 changed files with 4 additions and 36 deletions

View File

@ -300,35 +300,3 @@ hr {
width: auto;
z-index: 100000;
}
// #home-center {
// display: flex;
// flex-grow: 1;
// flex-direction: column;
// justify-content: center;
// }
//
// #home-title {
// margin: 0;
// text-align: center;
// }
//
// #home-subtitle {
// margin-top: 0;
// margin-bottom: 1.5em;
// text-align: center;
// line-height: normal;
// font-size: .7em;
// font-style: italic;
// opacity: .9;
// }
//
// #home-social {
// font-size: 1.4em;
// text-align: center;
// opacity: .8;
//
// a {
// margin: 0 .2em;
// }
// }

View File

@ -1,13 +1,13 @@
{{ define "main" }}
<div id="home-center">
<h1 id="home-title">{{ .Site.Title }}</h1>
<div>
<h1>{{ .Site.Title }}</h1>
{{- with .Site.Params.homeSubtitle }}
<p id="home-subtitle">{{.}}</p>
<p>{{.}}</p>
{{- end }}
{{- with .Site.Params.social }}
<div id="home-social">
<div>
{{ partialCached "social-icons.html" . }}
</div>
{{- end }}