Skip to content

Commit da0111e

Browse files
committed
style.css: Nested the header nav div into project-header styling
1 parent ae15a61 commit da0111e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ body {
4444
color: var(--primary-blue-color);
4545
}
4646

47-
header nav div {
48-
margin: 0 0 0 25px;
49-
}
50-
5147
.project-header {
5248
width: 100%;
5349
padding-bottom: 2rem;
@@ -60,6 +56,10 @@ header nav div {
6056
background-color: rgba(42, 42, 42, 0.886);
6157
color: var(--light-text);
6258

59+
div {
60+
margin: 0 0 0 25px;
61+
}
62+
6363
ul {
6464
margin-left: 25px;
6565

0 commit comments

Comments
 (0)