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 3, 2024
1 parent 1ed5697 commit 8e765b7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions getai.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ ul, li{
width: 130px;
}









#sbcnt {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -308,3 +300,10 @@ footer{
color: #666;
line-height: 1.6;
}

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

0 comments on commit 8e765b7

Please sign in to comment.