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 3c7155b commit 18dbe41Copy full SHA for 18dbe41
src/assets/css/style.css
@@ -716,12 +716,22 @@ body {
716
/* Responsive */
717
@media (max-width: 768px) {
718
.nav-logo {
719
- left: 20px;
+ 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;
730
}
731
732
.nav-links {
- right: 20px;
- gap: 20px;
733
+ right: 15px;
734
+ gap: 15px;
735
font-size: 12px;
736
737
0 commit comments