Skip to content

Commit dc620d2

Browse files
authored
Update dashboard.html
Updated
1 parent 85667dc commit dc620d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

dashboard.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
background-color: #f9fafb;
1515
color: #333;
1616
}
17-
.header {
18-
display: flex;
19-
align-items: center;
20-
background-color: #333;
21-
padding: 10px 20px;
22-
}
23-
.logo {
24-
max-height: 50px;
25-
margin-right: 20px;
26-
}
2717

2818

2919
/* Navigation Bar */
@@ -40,6 +30,16 @@
4030
padding: 12px 0;
4131
z-index: 1000;
4232
}
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+
}
4343

4444
.menu-item {
4545
text-decoration: none;

0 commit comments

Comments
 (0)