0 Votes

Changes for page Home

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

From version 7.150
edited by Alex Cotiugă
on 2025/11/17 11:43
Change comment: There is no comment for this version
To version 7.148
edited by Alex Cotiugă
on 2025/11/17 09:36
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -29,6 +29,8 @@
29 29  
30 30   .container {
31 31   max-width: @maxw;
32 + margin: 0 auto;
33 + padding: 0 16px;
32 32   }
33 33  
34 34   .lead {
... ... @@ -100,6 +100,7 @@
100 100   display: flex;
101 101   flex-direction: column;
102 102   align-items: center;
105 + gap: 1rem;
103 103   }
104 104  
105 105   .hero-cta {