Web: Components: fixed empty-screen-container

This commit is contained in:
Nikita Gopienko 2020-09-08 09:57:04 +03:00
parent 98c20197fd
commit 64dd0e2bd6

View File

@ -12,7 +12,7 @@ const EmptyContentBody = styled.div`
display: grid;
grid-template-areas:
"img header"
"img subheading"
${props => props.subheadingText && "img subheading"}
"img desc"
"img button";
min-width: 320px;