Skip to content

Commit 70a7802

Browse files
authored
Update dashboard.html
Updated
1 parent c9c6d70 commit 70a7802

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

dashboard.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717

1818

1919
/* Navigation Bar */
20+
.header {
21+
display: flex;
22+
align-items: center;
23+
background-color: #333;
24+
padding: 10px 20px;
25+
}
26+
.logo {
27+
max-height: 50px;
28+
margin-right: 20px;
29+
}
2030
nav {
2131
display: flex;
2232
justify-content: space-around;
@@ -30,16 +40,7 @@
3040
padding: 12px 0;
3141
z-index: 1000;
3242
}
33-
.header {
34-
display: flex;
35-
align-items: center;
36-
background-color: #333;
37-
padding: 10px 20px;
38-
}
39-
.logo {
40-
max-height: 50px;
41-
margin-right: 20px;
42-
}
43+
4344

4445
.menu-item {
4546
text-decoration: none;

0 commit comments

Comments
 (0)