We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85667dc commit dc620d2Copy full SHA for dc620d2
dashboard.html
@@ -14,16 +14,6 @@
14
background-color: #f9fafb;
15
color: #333;
16
}
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
27
28
29
/* Navigation Bar */
@@ -40,6 +30,16 @@
40
30
padding: 12px 0;
41
31
z-index: 1000;
42
32
33
+ .header {
34
+ display: flex;
35
+ align-items: center;
36
+ background-color: #333;
37
+ padding: 10px 20px;
38
+ }
39
+ .logo {
+ max-height: 50px;
+ margin-right: 20px;
43
44
.menu-item {
45
text-decoration: none;
0 commit comments