Skip to content

Commit 00d25c1

Browse files
committed
css: masthead
1 parent aa82a66 commit 00d25c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,14 +280,16 @@ samp {
280280
.masthead {
281281
background-color: var(--accent-bg-color);
282282
text-align: center;
283-
padding: 0.25em;
283+
padding: 1em 0.25em;
284284
display: grid;
285285
}
286286

287287
.masthead .lead {
288288
font-weight: 700;
289289
font-size: 2em;
290290
font-family: var(--sans-serif-fonts);
291+
margin: 0;
292+
padding-bottom: 0.25em;
291293
}
292294

293295
/*

0 commit comments

Comments
 (0)