Skip to content

Commit 55d7774

Browse files
committed
Add height constraint to image to keep square shape.
1 parent 52b3704 commit 55d7774

File tree

1 file changed

+2
-1
lines changed
  • app/alloydflanagan/static/css/components

1 file changed

+2
-1
lines changed

app/alloydflanagan/static/css/components/Header.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
}
1717

1818
#content img {
19-
max-width: 400px;
19+
max-width: 400px;
20+
max-height: 400px;
2021
}

0 commit comments

Comments
 (0)