Changes for page Public Web Site

Last modified by Agnease on 2026/07/07 14:40

From version 29.19
edited by Agnease
on 2026/07/03 16:07
Change comment: There is no comment for this version
To version 29.18
edited by Agnease
on 2026/07/03 16:06
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1291,7 +1291,19 @@
1291 1291   display: flow-root;
1292 1292  }
1293 1293  
1294 +@media (max-width: 767px) {
1295 + .resource-inline-cta {
1296 + grid-template-columns: 1fr;
1297 + gap: 16px;
1298 + padding: 22px 20px 22px 24px;
1299 + text-align: left;
1294 1294  
1301 + .btn {
1302 + width: 100%;
1303 + justify-self: stretch;
1304 + }
1305 + }
1306 +}
1295 1295  
1296 1296  @media (max-width: 900px) {
1297 1297   .resource-layout {