Skip to content

Commit 85a82ea

Browse files
committed
fix width bug
1 parent 04f6249 commit 85a82ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fantasy/UFO!/assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ section .plain .chicken:not(.feed) {
182182
}
183183
}
184184

185-
@media (max-width: 768px) {
185+
@media (max-width: 1023px) {
186186
.box_404 {
187187
height: 70%;
188188
}

0 commit comments

Comments
 (0)