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
on 2025/11/17 08:57
Change comment:
There is no comment for this version
To 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
Summary
-
Objects (1 modified, 0 added, 0 removed)
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; ... ... @@ -122,7 +122,7 @@ 122 122 123 123 li + li::before { 124 124 content: "•"; 125 - margin: 0 5px; 126 + margin: 0 5px 0 0; 126 126 } 127 127 128 128 @media (max-width: 640px) { ... ... @@ -132,7 +132,7 @@ 132 132 li:nth-child(1)::after, 133 133 li:nth-child(3)::after { 134 134 content: "•"; 135 - margin: 05px;136 + margin-left: 5px; 136 136 } 137 137 } 138 138 }