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 b7864d2 commit 9b6f393Copy full SHA for 9b6f393
script-hook-website/src/components/Header.css
@@ -63,6 +63,9 @@
63
.main-nav {
64
flex: 1;
65
padding-left: 0;
66
+ display: flex;
67
+ align-items: center;
68
+ height: 100%;
69
}
70
71
.main-nav ul {
@@ -84,14 +87,15 @@
84
87
color: #333;
85
88
text-decoration: none;
86
89
transition: color 0.3s;
- line-height: 36px;
90
+ line-height: 1;
91
display: inline-block;
92
+ vertical-align: middle;
93
94
95
.main-nav a:after {
96
content: "";
97
position: absolute;
- bottom: 0;
98
+ bottom: -4px;
99
left: 0;
100
width: 0;
101
height: 2px;
0 commit comments