personal-website/assets/style.mobile.css

9 lines
173 B
CSS
Raw Normal View History

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