0 Votes

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
Change comment: There is no comment for this version
To version 7.129
edited by Alex Cotiugă
on 2025/11/17 08:43
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -123,7 +123,7 @@
123 123  
124 124   li + li::before {
125 125   content: "•";
126 - margin: 0 5px 0 0;
126 + 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;
136 + margin: 0 5px;
137 137   }
138 138   }
139 139   }