Remove unused css
This commit is contained in:
parent
9a3f4f40d9
commit
8297040e33
2 changed files with 4 additions and 36 deletions
|
@ -300,35 +300,3 @@ hr {
|
||||||
width: auto;
|
width: auto;
|
||||||
z-index: 100000;
|
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;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div id="home-center">
|
<div>
|
||||||
<h1 id="home-title">{{ .Site.Title }}</h1>
|
<h1>{{ .Site.Title }}</h1>
|
||||||
|
|
||||||
{{- with .Site.Params.homeSubtitle }}
|
{{- with .Site.Params.homeSubtitle }}
|
||||||
<p id="home-subtitle">{{.}}</p>
|
<p>{{.}}</p>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with .Site.Params.social }}
|
{{- with .Site.Params.social }}
|
||||||
<div id="home-social">
|
<div>
|
||||||
{{ partialCached "social-icons.html" . }}
|
{{ partialCached "social-icons.html" . }}
|
||||||
</div>
|
</div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue