Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 29.4
edited by Agnease
on 2026/07/03 15:26
Change comment: There is no comment for this version
To version 29.7
edited by Agnease
on 2026/07/03 15:28
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -875,8 +875,12 @@
875 875   grid-template-columns: 1fr;
876 876   }
877 877  
878 - .split-copy h2 {
879 - text-align: center;
878 + .split-copy {
879 + padding: 34px 28px;
880 +
881 + h2 {
882 + text-align: center;
883 + }
880 880   }
881 881  }
882 882  
... ... @@ -944,6 +944,22 @@
944 944   padding: 20px;
945 945   }
946 946  
951 + .split-copy {
952 + padding: 30px 22px;
953 + border-radius: 20px;
954 + }
955 +
956 + .process-list li {
957 + padding: 22px 20px 22px 68px;
958 +
959 + &:before {
960 + left: 20px;
961 + top: 22px;
962 + width: 32px;
963 + height: 32px;
964 + }
965 + }
966 +
947 947   .services .service {
948 948   gap: 14px;
949 949   }