add some responsive shit
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
@media (max-width: 801px) {
|
||||
@media (max-width: 860px) {
|
||||
.container {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.introduction
|
||||
@@ -15,4 +18,14 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.projects
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.card-list
|
||||
{
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user