Skip to content

Commit

Permalink
Add media query
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhamiid committed Jan 13, 2024
1 parent ed532be commit df3d9c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,9 @@ header {
.signup {
color: #fff;
}

@media (min-width: 768px) {
.session {
width: 30%;
}
}

0 comments on commit df3d9c5

Please sign in to comment.