Skip to content

Commit 66311d5

Browse files
committed
Make the nav horizontal.
1 parent 0b9655e commit 66311d5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

css/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,20 @@ div#nav {
247247
font-family: "NevisBold";
248248
font-weight: normal;
249249
line-height: 20px;
250-
color: #BD820E;
251250
}
252251

253252
div#nav ul {
254253
list-style-type: none;
255254
padding: 0;
256255
margin: 0;
257256
}
257+
258+
div#nav li {
259+
display: inline;
260+
list-style-type: none;
261+
margin-right: 20px;
262+
}
263+
264+
div#nav li a {
265+
color: #BD820E;
266+
}

0 commit comments

Comments
 (0)