We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7113604 commit 1fe4640Copy full SHA for 1fe4640
app/[localeCode]/error.module.scss
@@ -14,6 +14,10 @@
14
padding: $spacing-7;
15
gap: $spacing-5;
16
max-width: 900px;
17
+
18
+ @include not-desktop {
19
+ padding: 0;
20
+ }
21
}
22
23
.title {
@@ -55,11 +59,11 @@
55
59
56
60
57
61
.svg {
58
- width: 320px;
- height: 248px;
62
+ width: 400px;
63
+ height: 220px;
64
65
@include not-desktop {
66
width: 245px;
- height: 190px;
67
+ height: 136px;
68
69
public/images/error.svg
0 commit comments