We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c6d70 commit 70a7802Copy full SHA for 70a7802
dashboard.html
@@ -17,6 +17,16 @@
17
18
19
/* 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
30
nav {
31
display: flex;
32
justify-content: space-around;
@@ -30,16 +40,7 @@
40
padding: 12px 0;
41
z-index: 1000;
42
}
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
45
.menu-item {
46
text-decoration: none;
0 commit comments