Skip to content

Commit f1b0cee

Browse files
AlexVlasoDruxight
andauthored
th-146: * welcome page added card padding (#151)
Co-authored-by: Stanislav Malyshevskyi <[email protected]>
1 parent 6418916 commit f1b0cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/libs/components/business-card/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
.text {
2929
max-width: 250px;
30-
margin-bottom: 24px;
30+
margin: 14px 0 24px;
3131
color: $grey;
3232
font-weight: 700;
3333
line-height: 1.5;

frontend/src/libs/components/customer-card/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
.text {
2929
max-width: 250px;
30-
margin-bottom: 24px;
30+
margin: 14px 0 24px;
3131
color: $grey;
3232
font-weight: 700;
3333
line-height: 1.5;

0 commit comments

Comments
 (0)