personal-website/assets/style.mobile.css
2024-03-27 19:33:35 +01:00

30 lines
633 B
CSS

@media screen and (max-width: 767px) {
body>div:not([id]) {
height: unset !important;
width: 100% !important;
border-bottom: 1px solid;
}
body>div>div#inner {
overflow-y: hidden !important;
height: auto !important;
padding: 1em !important;
}
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;
}
}