Remove unnecessary styles

This commit is contained in:
William Tran 2021-07-04 17:53:10 -04:00
parent 07444476d0
commit 5a3fdb9005
1 changed files with 1 additions and 18 deletions

View File

@ -112,15 +112,11 @@
.burger {
position: fixed;
margin: 0;
top: auto;
right: auto;
display: none;
bottom: calc(32rem / 16);
left: calc(16rem / 16);
display: none;
width: calc(62rem / 16);
height: calc(57rem / 16);
border: none;
cursor: pointer;
z-index: 10;
background: var(--light-blue-2);
@ -165,19 +161,6 @@
transform: translateX(-100%);
}
.mobileNav > a {
font-size: calc(14rem / 16);
text-transform: uppercase;
padding: calc(32rem / 16) 0;
font-weight: bold;
letter-spacing: calc(7rem / 16);
color: var(--blue-2);
text-decoration: none;
transition: color 0.3s linear;
}
.mobileNavTitle {
font-size: calc(24rem / 16);
font-weight: 700;