mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fix join flow header image height, so color background will be completely covered
This commit is contained in:
parent
e27a7cdbbc
commit
868fb0f044
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@
|
|||
/* overflow will only work if this class is set on parent of img, not img itself */
|
||||
.join-flow-header-image-wrapper {
|
||||
width: 100%;
|
||||
min-height: 7.5rem;
|
||||
max-height: 8.75rem;
|
||||
height: 7.5rem;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
border-top-left-radius: 1rem;
|
||||
|
|
Loading…
Reference in a new issue