Skip to content

Commit 07cafa9

Browse files
fix: css
1 parent f745337 commit 07cafa9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/styles/app.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ a.class-field-description--link:hover svg {
111111

112112
.whoops {
113113
display: flex;
114-
flex-direction: column;
115114
justify-content: center;
116115
align-items: center;
116+
padding: var(--spacing-6)
117117
}
118118

119119
.whoops img {
120-
width: 40%;
120+
width: 240px;
121121
margin: var(--spacing-2);
122122
}
123123

@@ -138,6 +138,11 @@ a.class-field-description--link:hover svg {
138138
}
139139

140140
@media (max-width: 450px) {
141+
.whoops {
142+
flex-direction: column;
143+
padding: var(--spacing-3);
144+
}
145+
141146
.whoops img {
142147
width: 80%;
143148
margin: var(--spacing-4);

0 commit comments

Comments
 (0)