SearchModal CSS updates for mobile

This commit is contained in:
Justin Edmund 2022-12-28 22:38:20 -08:00
parent 92b21dc0cf
commit 8c199b847e

View file

@ -2,17 +2,16 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
min-height: 431px;
width: 600px;
min-height: 430px;
height: 480px;
gap: 0;
padding: 0;
@include breakpoint(phone) {
animation: none;
border-radius: 0;
min-width: inherit;
min-height: inherit;
width: 96%; // is this even right
height: 96vh;
min-height: 100vh;
}
#Header {