website/src/styles/mobile/modal-core.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
195 B
SCSS

@media (max-width: 850px) {
.modal {
.modal-card {
height: 100%;
width: 100%;
border-radius: 0;
padding: 0 1em 0 1em;
}
}
}