Changes for page Home

Last modified by Jesse Veentjer on 06-5-2024 05:01

From version 219.13
edited by Jesse Veentjer
on 15-2-2024 05:01
Change comment: There is no comment for this version
To version 219.15
edited by Jesse Veentjer
on 15-2-2024 05:01
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -6,13 +6,12 @@
6 6   /* Styling for the button */
7 7   .login-btn {
8 8   display: inline-block;
9 - padding: 50px 100px;
10 - /* padding: 24px 48px; /* Increased padding for a slightly bigger button */
9 + padding: 24px 48px; /* Increased padding for a slightly bigger button */
11 11   background-color: #D9D9D9; /* Grijs (formulier - header) */
12 12   color: #000; /* Text color */
13 13   border: none;
14 14   border-radius: 5px;
15 - font-size: 18px; /* Increased font size for a slightly larger button */
14 + font-size: 27px; /* Increased font size for a slightly larger button */
16 16   cursor: pointer;
17 17   position: center;
18 18   overflow: hidden;