Skip to content

Commit 192f6d4

Browse files
committed
fixed height in desktop
1 parent b9e3f73 commit 192f6d4

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/MemberPath/PathSelector

1 file changed

+1
-1
lines changed

src/shared/components/MemberPath/PathSelector/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
flex-direction: column;
194194
border-bottom-left-radius: 10px;
195195
border-bottom-right-radius: 10px;
196-
padding: 68px 0;
196+
padding: 41px 0 49px;
197197

198198
&.purple {
199199
background: linear-gradient(305deg, #9d41c9 0%, #ef476f 100%);

0 commit comments

Comments
 (0)