0 Votes

Changes for page Home

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

From version 7.131
edited by Alex Cotiugă
on 2025/11/17 08:57
Change comment: There is no comment for this version
To version 7.126
edited by Alex Cotiugă
on 2025/11/17 08:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -11,6 +11,7 @@
11 11  
12 12  .agnease-landing {
13 13   color: @text;
14 + font: 16px/1.6 Inter, Segoe UI, Roboto, system-ui, -apple-system, Arial, sans-serif;
14 14  
15 15   a {
16 16   color: @brand;
... ... @@ -94,7 +94,7 @@
94 94   }
95 95  
96 96   .hero-inner {
97 - max-width: 850px;
98 + max-width: 760px;
98 98   margin: 0 auto;
99 99   display: flex;
100 100   flex-direction: column;
... ... @@ -132,7 +132,7 @@
132 132   li:nth-child(1)::after,
133 133   li:nth-child(3)::after {
134 134   content: "•";
135 - margin: 0 5px;
136 + margin-left: 5px;
136 136   }
137 137   }
138 138   }