0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 6.3
edited by Alex Cotiugă
on 2025/11/12 16:10
Change comment: There is no comment for this version
To version 6.4
edited by Alex Cotiugă
on 2025/11/12 16:11
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -25,7 +25,7 @@
25 25   .container { max-width: @maxw; margin: 0 auto; padding: 0 20px; }
26 26  
27 27   /* Global sections */
28 - section { padding: 64px 0; border-top: 1px solid @line; }
28 + section { padding: 0 0 64px; border-top: 1px solid @line; }
29 29   section:first-of-type { border-top: none; }
30 30  
31 31   /* Buttons */