Changes for page Public Web Site
Last modified by Agnease on 2026/07/13 07:05
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -249,7 +249,6 @@ 249 249 A short description is enough to define practical next steps. 250 250 </p> 251 251 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 252 - <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')">View service packages</a> 253 253 </div> 254 254 </div> 255 255 </section>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1454,6 +1454,17 @@ 1454 1454 } 1455 1455 } 1456 1456 1457 +.product-card-contact { 1458 + color: @brand; 1459 + font-weight: 700; 1460 + text-decoration: underline; 1461 + 1462 + &:hover, 1463 + &:focus { 1464 + color: @brand-strong; 1465 + } 1466 +} 1467 + 1457 1457 @media (max-width: 640px) { 1458 1458 .product-card { 1459 1459 grid-template-columns: 1fr;