We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f745337 commit 07cafa9Copy full SHA for 07cafa9
app/styles/app.css
@@ -111,13 +111,13 @@ a.class-field-description--link:hover svg {
111
112
.whoops {
113
display: flex;
114
- flex-direction: column;
115
justify-content: center;
116
align-items: center;
+ padding: var(--spacing-6)
117
}
118
119
.whoops img {
120
- width: 40%;
+ width: 240px;
121
margin: var(--spacing-2);
122
123
@@ -138,6 +138,11 @@ a.class-field-description--link:hover svg {
138
139
140
@media (max-width: 450px) {
141
+ .whoops {
142
+ flex-direction: column;
143
+ padding: var(--spacing-3);
144
+ }
145
+
146
147
width: 80%;
148
margin: var(--spacing-4);
0 commit comments