Skip to content

Commit b57bda5

Browse files
committed
Reduce margin top
1 parent 7762af6 commit b57bda5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/css/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212

1313
.icons-container {
1414
margin-left: auto;
15+
}
16+
17+
.headings--one-size h1:not(first-child),.headings--one-size h2:not(first-child),.headings--one-size h3:not(first-child),.headings--one-size h4:not(first-child),.headings--one-size h5:not(first-child),.headings--one-size h6:not(first-child) {
18+
margin-top: 10px
1519
}

layouts/_default/index.html

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{{ define "main" }}
22
{{ if .Content }}
3-
<br>
4-
<br>
53
<div class="index-content {{ if .Params.framed -}}framed{{- end -}}">
64
{{ .Content }}
75
</div>

0 commit comments

Comments
 (0)