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.16
edited by Agnease
on 2026/05/26 11:08
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) {
... ... @@ -970,8 +970,14 @@
970 970  }
971 971  
972 972  .resource-cta {
973 - margin-top: 36px;
974 - padding: 22px;
983 + display: flex;
984 + flex-direction: column;
985 + align-items: center;
986 + text-align: center;
987 +
988 + max-width: 820px;
989 + margin: 42px auto 0;
990 + padding: 28px 30px;
975 975   border: 1px solid fade(@brand, 20%);
976 976   border-radius: @radius;
977 977   background: @brand-bg;
... ... @@ -978,11 +978,19 @@
978 978  
979 979   h3 {
980 980   margin-top: 0;
997 + margin-bottom: 10px;
981 981   }
982 982  
983 983   p {
1001 + max-width: 680px;
1002 + margin-left: auto;
1003 + margin-right: auto;
984 984   color: @muted;
985 985   }
1006 +
1007 + .btn {
1008 + margin-top: 8px;
1009 + }
986 986  }
987 987  
988 988  .resource-note,
... ... @@ -991,6 +991,12 @@
991 991   display: flow-root;
992 992  }
993 993  
1018 +@media (max-width: 767px) {
1019 + .resource-cta {
1020 + padding: 24px 20px;
1021 + }
1022 +}
1023 +
994 994  @media (max-width: 900px) {
995 995   .resource-layout {
996 996   padding-top: 22px;