Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.85
edited by Alex Cotiugă
on 2025/11/13 21:12
on 2025/11/13 21:12
Change comment:
There is no comment for this version
To version 7.86
edited by Alex Cotiugă
on 2025/11/13 21:12
on 2025/11/13 21:12
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -172,8 +172,12 @@ 172 172 line-height: 1.45; 173 173 } 174 174 175 + /* Tablet (sm–md): 2 per row, with gaps */ 176 + @media (max-width: 991px) { 177 + flex: 0 0 calc(50% - 16px); 178 + max-width: calc(50% - 16px); 179 + } 175 175 176 - 177 177 /* Mobile (xs): full width stacked */ 178 178 @media (max-width: 767px) { 179 179 flex: 0 0 100%;