2024-03-16 04:04:38 -05:00
|
|
|
@media screen and (max-width: 767px) {
|
2024-03-16 05:04:40 -05:00
|
|
|
body>div:not([id]) {
|
2024-03-16 04:04:38 -05:00
|
|
|
width: 100% !important;
|
2024-03-16 05:04:40 -05:00
|
|
|
border-bottom: 1px solid;
|
2024-03-16 04:04:38 -05:00
|
|
|
}
|
|
|
|
|
2024-03-16 05:13:18 -05:00
|
|
|
body>div>div#inner {
|
|
|
|
padding: 0.5em !important;
|
|
|
|
}
|
|
|
|
|
2024-03-16 05:03:32 -05:00
|
|
|
body>#arrows {
|
|
|
|
display: flex !important;
|
|
|
|
width: 100% !important;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body>#arrows>div {
|
|
|
|
width: 50%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
2024-03-16 04:04:38 -05:00
|
|
|
}
|
|
|
|
}
|