From e152f8f30749fd6960a1530eb4d527bebf3d8297 Mon Sep 17 00:00:00 2001 From: Albuswolvrick Date: Sat, 21 Jan 2023 14:27:06 +0100 Subject: [PATCH] the rules are fixed --- ImageBoardServerApp/Pages/Rules.razor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ImageBoardServerApp/Pages/Rules.razor.css b/ImageBoardServerApp/Pages/Rules.razor.css index 5635ed6..2f34911 100644 --- a/ImageBoardServerApp/Pages/Rules.razor.css +++ b/ImageBoardServerApp/Pages/Rules.razor.css @@ -4,8 +4,9 @@ /*the text have to be in a biger Pixel number I do not know how to do it */ } .rules_list{ + text-align:right; display:block; - ont-size: 30px; + font-size: 14px; font-weight: 60 ; /*the text sice can stay like it is, if you do not want to change it.*/ } \ No newline at end of file