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 16, 2024
1 parent 2e5cf74 commit a858a00
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions getai.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,31 @@ footer{
color: #666;
line-height: 1.6;
}
#menu-toggle{
display: none;
}
.menu-icon{
display: none;
}

@media (max-width: 790px) {
#list{
display: grid;
grid-template-columns: auto;
}
.nav-links{
display: none;
flex-direction: column;
background-color: inherit;
top: 50px;
left: 0;
right: 0;
text-align: center;
}
#menu-toggle:checked ~ .nav-links{
display: block;
}
.nav-links a{
margin: 8px;
}
}

0 comments on commit a858a00

Please sign in to comment.