Mobile Organized Content #79

Merged
w25tran merged 53 commits from feat/organized-content into main 2021-08-27 15:18:56 -04:00
1 changed files with 1 additions and 18 deletions
Showing only changes of commit 5a3fdb9005 - Show all commits

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;