mobile layout of projects page
This commit is contained in:
parent
5d0e51cd6c
commit
debe015932
1 changed files with 13 additions and 0 deletions
|
|
@ -154,4 +154,17 @@ My main focus was on the online leaderboard and login system, After the game jam
|
||||||
.featured-container>div{
|
.featured-container>div{
|
||||||
width:30%;
|
width:30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1000px){
|
||||||
|
.featured-container{
|
||||||
|
flex-direction: column;
|
||||||
|
margin-left: 0%;
|
||||||
|
margin-right: 0%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.featured-container>div{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue