options styling

This commit is contained in:
SpikeHD
2022-05-12 22:34:48 -07:00
parent 5126f89d8b
commit 41bedf0c02
3 changed files with 12 additions and 2 deletions

View File

@@ -9,7 +9,9 @@
height: 70%;
width: 60%;
background-color: #fff;
background: #fff;
padding: 20px;
border-radius: 10px;
}
.MenuInner {

View File

@@ -2,4 +2,8 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
width: 80%;
}