Skip to content

Commit f6fede2

Browse files
committed
feat: kanvas popup vertical spacing
Signed-off-by: Lorenzo Croce <lorenzo.croce@arenastudios.it>
1 parent a8b5704 commit f6fede2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sections/Kanvas/kanvas-corner-popup.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ const TransitionWrapper = styled.div`
77
.popup-container {
88
background: ${props => props.theme.linearToLinear2};
99
overflow: hidden;
10+
display: flex;
11+
flex-direction: column;
12+
gap: 2rem;
1013
border-radius: 12px;
1114
}
1215
1316
.popup-text {
1417
display: flex;
18+
gap: 2rem;
1519
flex-direction: column;
1620
text-align: center;
1721
z-index: 1;

0 commit comments

Comments
 (0)