Removing hamburger menu on mobile. Adjusted icon sizes.

This commit is contained in:
softsimon
2020-09-22 06:13:27 +07:00
parent b67b025dc2
commit 9e3fad610c
2 changed files with 17 additions and 14 deletions

View File

@@ -6,6 +6,10 @@ li.nav-item {
padding: 10px;
}
fa-icon {
font-size: 1.5em;
}
.navbar {
z-index: 100;
}
@@ -14,6 +18,9 @@ li.nav-item {
.navbar {
padding: 0rem 1rem;
}
fa-icon {
font-size: 1.2em;
}
}
.logo {