Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.152
edited by Alex Cotiugă
on 2025/11/17 11:46
on 2025/11/17 11:46
Change comment:
There is no comment for this version
To version 7.148
edited by Alex Cotiugă
on 2025/11/17 09:36
on 2025/11/17 09:36
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -29,7 +29,8 @@ 29 29 30 30 .container { 31 31 max-width: @maxw; 32 - padding: 0 20px; 32 + margin: 0 auto; 33 + padding: 0 16px; 33 33 } 34 34 35 35 .lead { ... ... @@ -101,6 +101,7 @@ 101 101 display: flex; 102 102 flex-direction: column; 103 103 align-items: center; 105 + gap: 1rem; 104 104 } 105 105 106 106 .hero-cta {