We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa66fc commit 373bd2aCopy full SHA for 373bd2a
src/components/NavBar.vue
@@ -141,10 +141,6 @@ h1 img {
141
justify-content: space-between;
142
border-bottom: 1px solid var(--c-white-dark);
143
}
144
-.version {
145
- margin: 0 0.5rem;
146
- color: var(--c-text);
147
-}
148
.left-side-badges {
149
display: flex;
150
align-items: center;
@@ -192,7 +188,7 @@ h1 img {
192
188
color: var(--c-brand-red);
193
189
194
190
.icon-text {
195
- margin-left: 0.5rem;
191
+ margin-left: 0.25rem;
196
197
/* media queries */
198
@media (max-width: 768px) {
@@ -203,8 +199,12 @@ h1 img {
203
199
position: fixed;
204
200
z-index: 6;
205
201
width: 100%;
202
+ padding: 0.5rem 0.5rem 0;
206
background-color: var(--c-white);
207
+ .external-links {
+ margin: 0 0.25rem;
+ }
208
209
display: none;
210
0 commit comments