Skip to content

Commit

Permalink
mobile style optimze
Browse files Browse the repository at this point in the history
  • Loading branch information
tsr-kairi committed Jul 15, 2021
1 parent 29c2ac0 commit 70d4aad
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ body {
justify-content: center;
font-family: "Poppins", sans-serif;
margin: 0 0 3rem;
height: 100vh;
overflow: hidden;
height: auto;
}

h3 {
Expand Down Expand Up @@ -66,3 +65,14 @@ footer {
footer a {
color: #f5f5f5;
}


@media (max-width: 768px) {
body{
height: auto;
}

.list-item {
grid-template-columns: repeat(1, minmax(300px, 1fr));
}
}

0 comments on commit 70d4aad

Please sign in to comment.