Skip to content

Commit cb1462d

Browse files
committed
fine tune margin space
1 parent 1693018 commit cb1462d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ img.ui.avatar,
478478
}
479479

480480
.status-page-error {
481-
margin: 80px 0;
481+
margin-top: max(45vh - 90px, 80px);
482+
margin-bottom: 80px;
482483
}
483484

484485
.status-page-error-title {

0 commit comments

Comments
 (0)