Changes for page Public Web Site

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

From version 13.16
edited by Agnease
on 2026/05/26 11:08
Change comment: There is no comment for this version
To version 13.17
edited by Agnease
on 2026/05/26 11:21
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -727,19 +727,16 @@
727 727  @media (max-width: 767px) {
728 728   .resource-inline-cta {
729 729   display: block;
730 + text-align: center;
730 730  
731 731   p {
732 732   margin-bottom: 14px;
733 733   }
734 - }
735 -}
736 736  
737 -@media (max-width: 767px) {
738 - .resource-inline-cta {
739 - display: block;
740 -
741 - p {
742 - margin-bottom: 14px;
736 + .btn {
737 + display: inline-block;
738 + margin-left: auto;
739 + margin-right: auto;
743 743   }
744 744   }
745 745  }