SearchModal CSS updates for mobile
This commit is contained in:
parent
92b21dc0cf
commit
8c199b847e
1 changed files with 4 additions and 5 deletions
|
|
@ -2,17 +2,16 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 431px;
|
min-height: 430px;
|
||||||
width: 600px;
|
|
||||||
height: 480px;
|
height: 480px;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@include breakpoint(phone) {
|
@include breakpoint(phone) {
|
||||||
|
animation: none;
|
||||||
|
border-radius: 0;
|
||||||
min-width: inherit;
|
min-width: inherit;
|
||||||
min-height: inherit;
|
min-height: 100vh;
|
||||||
width: 96%; // is this even right
|
|
||||||
height: 96vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#Header {
|
#Header {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue