whitespace cleanup
This commit is contained in:
parent
99abc442a1
commit
f474fc158a
@ -8,7 +8,9 @@
|
|||||||
|
|
||||||
<h1 class="page-title">{{ .Title }}</h1>
|
<h1 class="page-title">{{ .Title }}</h1>
|
||||||
|
|
||||||
{{ with .Content }}{{ . }}{{ end }}
|
{{- with .Content }}
|
||||||
|
{{ . }}
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
{{ $biggest := 1 }}
|
{{ $biggest := 1 }}
|
||||||
{{ $smallest := 1 }}
|
{{ $smallest := 1 }}
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
<div class="container wrapper">
|
<div class="container wrapper">
|
||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
|
|
||||||
{{ with .Content }}{{ . }}{{ end }}
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ with .Content }}{{ . }}{{ end }}
|
{{ with .Content }}{{ . }}{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -403,26 +403,26 @@ table td {
|
|||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
body {
|
body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user