Updated css
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-09-21 11:11:02 -04:00
parent 382d51fa58
commit 494b6030b8
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
width: 20vw;
height: 100vh;
background: var(--secondary-background);
padding: 100px;
padding: calc(100rem / 16);
margin: 0;
z-index: 100;
padding: 0;
@ -69,10 +69,10 @@
.menuHeader {
margin-bottom: 0px;
margin-bottom: 0;
padding-left: calc(20rem / 16);
padding-bottom: 0px;
font-size: 50px;
padding-bottom: 0;
font-size: cacl(50rem / 16);
color: var(--dark--secondary-heading);
}
@ -119,7 +119,7 @@
.closeMenuButton {
background: var(--primary-heading);
padding: 0px calc(20rem / 16);
padding: 0 calc(20rem / 16);
border-radius: calc(50rem / 16);
display: flex;
flex-direction: row;