made a responsive design for countdown section
This commit is contained in:
parent
9e0e463037
commit
518d6cce15
1 changed files with 13 additions and 1 deletions
|
@ -531,7 +531,14 @@ label{
|
||||||
.reservation-form form textarea{
|
.reservation-form form textarea{
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
.col{
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media(max-width:500px){
|
||||||
|
.col{
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media(max-width:450px){
|
@media(max-width:450px){
|
||||||
html{
|
html{
|
||||||
|
@ -541,5 +548,10 @@ label{
|
||||||
grid-template-columns: repeat(1,1fr);
|
grid-template-columns: repeat(1,1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media(max-width:350px){
|
||||||
|
.col{
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue