We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9655e commit 66311d5Copy full SHA for 66311d5
css/style.css
@@ -247,11 +247,20 @@ div#nav {
247
font-family: "NevisBold";
248
font-weight: normal;
249
line-height: 20px;
250
- color: #BD820E;
251
}
252
253
div#nav ul {
254
list-style-type: none;
255
padding: 0;
256
margin: 0;
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