Skip to content

Commit 4734d56

Browse files
committedJul 7, 2021
Flip the border onto the top of the text column so widths match (Really, this time)
1 parent d0ad3de commit 4734d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/components/layout.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ main section {
2121
var(--spacing-base-content);
2222
}
2323

24-
main section:first-child {
25-
border-bottom: 1px solid var(--color-gray-300);
24+
main section:nth-child(2) {
25+
border-top: 1px solid var(--color-gray-300);
2626
}
2727

2828
[class^="page-"] {

0 commit comments

Comments
 (0)