Skip to content

Commit

Permalink
set max width of home flex-item above screen width of 600px
Browse files Browse the repository at this point in the history
  • Loading branch information
andyautida14 committed Oct 29, 2023
1 parent 91e4c68 commit 0e65795
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
flex-grow: 1;
}

@media only screen and (min-width: 600px) {
.flex-container .flex-item {
max-width: 19em;
}
}

.profile-text {
color: black;
margin: 0;
Expand Down

0 comments on commit 0e65795

Please sign in to comment.