Skip to content

Commit b2ecde2

Browse files
committed
style fixes
1 parent 7f27ff8 commit b2ecde2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

assets/css/style.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ body {
113113
position: relative;
114114
min-height: 100vh;
115115
margin: 0;
116+
color: black;
117+
background-color: white;
116118
}
117119

118120
h1 {
@@ -121,7 +123,16 @@ h1 {
121123

122124
h2, h3, h4, h5, h6 {
123125
font-size: 1rem;
124-
display: inline;
126+
display: block;
127+
margin-top: 2rem;
128+
}
129+
130+
hr {
131+
margin-top: 2rem;
132+
border-left: 0;
133+
border-right: 0;
134+
border-top: 0;
135+
border-bottom: 1px solid black;
125136
}
126137

127138
pre {

0 commit comments

Comments
 (0)