Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.125
edited by Alex Cotiugă
on 2025/11/17 08:36
on 2025/11/17 08:36
Change comment:
There is no comment for this version
To version 7.131
edited by Alex Cotiugă
on 2025/11/17 08:57
on 2025/11/17 08:57
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -11,7 +11,6 @@ 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; 15 15 16 16 a { 17 17 color: @brand; ... ... @@ -95,7 +95,7 @@ 95 95 } 96 96 97 97 .hero-inner { 98 - max-width: 760px;97 + max-width: 850px; 99 99 margin: 0 auto; 100 100 display: flex; 101 101 flex-direction: column; ... ... @@ -123,7 +123,7 @@ 123 123 124 124 li + li::before { 125 125 content: "•"; 126 - margin: 0 5px 0 0;125 + margin: 0 5px; 127 127 } 128 128 129 129 @media (max-width: 640px) { ... ... @@ -133,7 +133,7 @@ 133 133 li:nth-child(1)::after, 134 134 li:nth-child(3)::after { 135 135 content: "•"; 136 - margin -left: 5px;135 + margin: 0 5px; 137 137 } 138 138 } 139 139 }