created media queries for card, form, popup, story components and for booking section

This commit is contained in:
Yusuf Ipek
2021-05-06 10:41:08 +03:00
parent 9eee80c625
commit d72346a221
5 changed files with 118 additions and 1 deletions
+19
View File
@@ -21,12 +21,21 @@
opacity: 0;
transform: translate(-50%, -50%) scale(0.5);
transition: all 0.4s 0.2s;
@include respond(tab-land) {
display: block;
}
}
&__left {
width: 33.33333333%;
display: table-cell;
vertical-align: middle;
@include respond(tab-land) {
display: block;
width: 100%;
}
}
&__right {
@@ -39,6 +48,16 @@
&__img {
display: block;
width: 100%;
@include respond(tab-land) {
width: 50%;
float: left;
height: 25rem;
}
@include respond(phone) {
display: none;
}
}
&__text {