Skip to content

Commit

Permalink
style: removed unnecessary styling, and added color on hover to mobil…
Browse files Browse the repository at this point in the history
…e navbar links
  • Loading branch information
hurshd0 committed Apr 15, 2020
1 parent 0829c09 commit 9f7f501
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions assets/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@

}


.navbar-toggler-icon {
margin-left: 10%;
margin-bottom: -0.2rem;
color: var(--card-font-color);
}

#mobile-navbar-toggler {
padding: 0;
width: auto !important;
Expand All @@ -116,17 +109,13 @@
padding-bottom: 8rem;
}


.mobile-hidden-menu-div a {
font-size: 2.4rem
}

.mobile-nav-header {
font-size: 1.8rem;
}

.mobile-hidden-menu-anchor-tag:hover {
text-decoration: none;
color: var(--font-color-confirmed);
}

.mobile-covid-19-text {
Expand Down Expand Up @@ -650,7 +639,7 @@ th.dash-header.column-0 {
.mobile-fa-icons {
font-size: 2rem;
color: #BDBDBD;
padding-left: 1rem;
/* padding-left: 1rem; */
}

.mobile-footer-copyright-text {
Expand Down

0 comments on commit 9f7f501

Please sign in to comment.