Files
landing-page/html/styles/mobile.css
2025-10-30 20:53:36 +01:00

18 lines
256 B
CSS

@media (max-width: 801px) {
.container {
flex-direction: column;
justify-content: center;
align-items: center;
}
.introduction
{
width: 100%;
}
.introduction-box
{
height: 100%;
}
}