Skip to content

Commit

Permalink
Update getai.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ariyoaresa authored Apr 8, 2024
1 parent 8e765b7 commit 29b3d9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions getai.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ ul, li{
row-gap: 20px;
max-width: 1120px;
width: 100%;
margin: 6px;
}

.list-item{
Expand Down Expand Up @@ -303,7 +304,7 @@ footer{

@media (max-width: 790px) {
#list{
display: flex;
flex-direction: column;
display: grid;
grid-template-columns: auto;
}
}

0 comments on commit 29b3d9c

Please sign in to comment.