New updates.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.swiper {
|
||||
width: 600px;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.ping-pong-wrapper {
|
||||
max-height: 600px;
|
||||
/* max-height: 600px; */
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -44,11 +44,13 @@
|
||||
|
||||
.ping-pong > div {
|
||||
flex: 1;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.ping-pong > div {
|
||||
flex: 1 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user