Files
landing-page/html/styles/mobile.css
2025-11-03 14:38:40 +01:00

37 lines
510 B
CSS

@media (max-width: 860px) {
.container {
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
width: 100%;
gap: 20px;
}
.introduction
{
width: 100%;
}
.introduction-box
{
height: 100%;
}
.profile-picture
{
width: 85px;
}
.projects
{
width: 100%;
height: 100%;
}
.card-list
{
justify-content: space-evenly;
}
}