Skip to content

Commit 373bd2a

Browse files
committed
style: little adjustments
1 parent 7fa66fc commit 373bd2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/NavBar.vue

+5-5
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ h1 img {
141141
justify-content: space-between;
142142
border-bottom: 1px solid var(--c-white-dark);
143143
}
144-
.version {
145-
margin: 0 0.5rem;
146-
color: var(--c-text);
147-
}
148144
.left-side-badges {
149145
display: flex;
150146
align-items: center;
@@ -192,7 +188,7 @@ h1 img {
192188
color: var(--c-brand-red);
193189
}
194190
.icon-text {
195-
margin-left: 0.5rem;
191+
margin-left: 0.25rem;
196192
}
197193
/* media queries */
198194
@media (max-width: 768px) {
@@ -203,8 +199,12 @@ h1 img {
203199
position: fixed;
204200
z-index: 6;
205201
width: 100%;
202+
padding: 0.5rem 0.5rem 0;
206203
background-color: var(--c-white);
207204
}
205+
.external-links {
206+
margin: 0 0.25rem;
207+
}
208208
.icon-text {
209209
display: none;
210210
}

0 commit comments

Comments
 (0)