website/src/styles/mobile/modal-more.scss
Sangelo 7c94894dbd [c+a] New Project Logo, Style tweaks
- Mobile Style tweaks
- Sangelo's Space Logo
- Gitpot Consistency Fix
- Added Gitpot Modal
2024-03-13 12:12:04 +01:00

10 lines
174 B
SCSS

@media (max-width: 850px) {
.item-list {
&::before {
width: 100% !important;
bottom: 0 !important;
left: 0;
}
}
}