Skip to content

Commit 3e9da47

Browse files
horizontal line is no visible with no extra space
above it.
1 parent 47c87e3 commit 3e9da47

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ main {
6262
margin: 0 auto calc(var(--space) * 4) auto;
6363
}
6464

65-
footer,
66-
footer hr {
65+
footer {
6766
text-align: center;
6867
position: fixed;
6968
bottom: 0;
@@ -73,6 +72,11 @@ footer hr {
7372
padding: 0;
7473
}
7574

75+
hr {
76+
margin: 0;
77+
padding: 0;
78+
}
79+
7680
/* ====== Articles Grid Layout ====
7781
Setting the rules for how articles are placed in the main element.
7882
Inspect this in Devtools and click the "grid" button in the Elements view

0 commit comments

Comments
 (0)