Skip to content

Commit 3722afd

Browse files
committed
Try to hover and click the nav links Links work as expected
1 parent 6e35ee9 commit 3722afd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/components/Home/Home.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: block;
55
position: absolute;
66
bottom: 0;
7-
top: 0;
7+
top: 128px;
88
left: 0;
99
right: 0;
1010
margin: 0;
@@ -18,7 +18,6 @@
1818
width: auto;
1919
height: auto;
2020
padding: 0 40px 0 40px;
21-
margin-top: 128px;
2221
grid-template-columns: 360px 975px;
2322
grid-template-areas:
2423
"title title"
@@ -97,4 +96,4 @@
9796

9897
.checkBoxes {
9998
margin-top: -2px;
100-
}
99+
}

0 commit comments

Comments
 (0)