Skip to content

Commit

Permalink
Increase picture modal border radius on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarbosa committed Jan 6, 2024
1 parent 8934ab7 commit 62150c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
height: 70%;
}

#picture-modal,
#picture-modal .modal-content {
border-radius: 1em;
}

#picture-modal h6 {
font-size: 4em;
}
Expand Down

0 comments on commit 62150c8

Please sign in to comment.