personal-website/assets/style.mobile.css
2024-03-16 10:04:38 +01:00

9 lines
173 B
CSS

@media screen and (max-width: 767px) {
body > div {
width: 100% !important;
}
body > div:first-child #arrow {
display: block !important;
}
}