From 64e6e69579a6bd3bbde2afd3ab5a9bbb2d2de36b Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Jan 2023 17:11:44 +0800 Subject: Fix about page layout. --- FrontEnd/src/views/common/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'FrontEnd/src/views/common/index.css') diff --git a/FrontEnd/src/views/common/index.css b/FrontEnd/src/views/common/index.css index f6f14d2d..111a3ec0 100644 --- a/FrontEnd/src/views/common/index.css +++ b/FrontEnd/src/views/common/index.css @@ -222,6 +222,10 @@ text-align: end; } +.cru-float-left { + float: left; +} + .cru-float-right { float: right; } @@ -278,6 +282,7 @@ right: 0; } } + @media (max-width: 575.98px) { .alert-container { bottom: 0; @@ -285,4 +290,4 @@ left: 0; text-align: center; } -} +} \ No newline at end of file -- cgit v1.2.3