New updates.

This commit is contained in:
Dan Chadwick
2024-08-24 18:33:34 -04:00
parent 2b5c281846
commit f63bdddde4
26 changed files with 14233 additions and 595 deletions

View File

@@ -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%;
}
}