Skip to content

Commit 1fe4640

Browse files
committed
[DEV-19082] Fixed svg alignment
1 parent 7113604 commit 1fe4640

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/[localeCode]/error.module.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
padding: $spacing-7;
1515
gap: $spacing-5;
1616
max-width: 900px;
17+
18+
@include not-desktop {
19+
padding: 0;
20+
}
1721
}
1822

1923
.title {
@@ -55,11 +59,11 @@
5559
}
5660

5761
.svg {
58-
width: 320px;
59-
height: 248px;
62+
width: 400px;
63+
height: 220px;
6064

6165
@include not-desktop {
6266
width: 245px;
63-
height: 190px;
67+
height: 136px;
6468
}
6569
}

public/images/error.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)