Skip to content

Commit

Permalink
Constraint image sizes (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
  • Loading branch information
Crola1702 authored Jan 6, 2025
1 parent b3fd08b commit 00fb075
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ header.site {
border-style: solid;
border-width: 1px;
}

#main img {
display: block;
margin: auto;
max-width: min(500px, 90%);
padding: max(1%, 10px);
}

0 comments on commit 00fb075

Please sign in to comment.