Skip to content

Commit

Permalink
Fix image size on small, high-resolution screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
cohnt committed Jul 1, 2024
1 parent 3646c61 commit bc16ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ div.project-section div {
div.project-image-cont {
width: 20%;
height: 200px;
min-width: 3in;
text-align: center;
vertical-align: middle;
}
Expand Down Expand Up @@ -3454,7 +3455,7 @@ input, select, textarea {

#wrapper > * > .inner {
width: 100%;
max-width: 68em;
max-width: 80em;
margin: 0 auto;
padding: 0 2.5em;
}
Expand Down

0 comments on commit bc16ab1

Please sign in to comment.