Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.80
edited by Alex Cotiugă
on 2025/11/13 20:58
on 2025/11/13 20:58
Change comment:
There is no comment for this version
To version 7.83
edited by Alex Cotiugă
on 2025/11/13 21:04
on 2025/11/13 21:04
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -132,7 +132,13 @@ 132 132 133 133 .widget { 134 134 /* add spacing between widgets */ 135 - margin: 0 8px 16px; // <-- THIS is what creates gaps 135 + margin: 0 8px 16px; 136 + &:first-child { 137 + margin-left: 0; 138 + } 139 + &:last-child { 140 + margin-right: 0; 141 + } 136 136 137 137 /* equal-height flex card */ 138 138 display: flex;