From 3eca8c1fced5270b2ec819702635e354b04aad75 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 26 Aug 2021 00:22:23 +0800 Subject: [PATCH] Fix homepage on large screen --- assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index b6c4d5b..96c13f4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -15,6 +15,8 @@ body { box-sizing: border-box; word-break: break-word; height: 100%; +} +body.single-body { justify-content: space-between; } p {