37 lines
510 B
CSS
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;
|
|
}
|
|
} |