Applied min-height to Data Model banner (#2214)

This commit is contained in:
Gaurav
2023-10-24 19:48:55 +05:30
committed by GitHub
parent d61511262e
commit dfc59b2751

View File

@ -12,6 +12,7 @@ import CoverImage from '../assets/build-your-business-logic.jpg';
const StyledCoverImageContainer = styled.div`
border: 1px solid ${({ theme }) => theme.border.color.medium};
border-radius: ${({ theme }) => theme.border.radius.md};
min-height: 158px;
overflow: hidden;
position: relative;
width: 100%;