Skip to content

Commit 18dbe41

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
mobile optimization
1 parent 3c7155b commit 18dbe41

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

src/assets/css/style.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,12 +716,22 @@ body {
716716
/* Responsive */
717717
@media (max-width: 768px) {
718718
.nav-logo {
719-
left: 20px;
719+
left: 10px;
720+
top: 10px;
721+
}
722+
723+
.nav-logo a {
724+
font-size: 20px;
725+
}
726+
727+
.nav-accent-angle {
728+
width: 9em;
729+
height: 2.5em;
720730
}
721731

722732
.nav-links {
723-
right: 20px;
724-
gap: 20px;
733+
right: 15px;
734+
gap: 15px;
725735
font-size: 12px;
726736
}
727737

0 commit comments

Comments
 (0)