Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 13.14
edited by Agnease
on 2026/05/26 10:54
Change comment: There is no comment for this version
To version 13.15
edited by Agnease
on 2026/05/26 11:01
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -734,6 +734,16 @@
734 734   }
735 735  }
736 736  
737 +@media (max-width: 767px) {
738 + .resource-inline-cta {
739 + display: block;
740 +
741 + p {
742 + margin-bottom: 14px;
743 + }
744 + }
745 +}
746 +
737 737  /* ========== Responsive ========== */
738 738  
739 739  @media (max-width: 980px) {