Skip to content

Commit 33768b3

Browse files
committed
fix: update CSS to match F5.com
1 parent 3ff4a52 commit 33768b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/css/f5-hugo.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,15 @@ footer a:hover,
549549
}
550550

551551
.site-info.footer-text p {
552-
font-weight: 300;
552+
font-weight: 400;
553553
font-size: 13px;
554554
line-height: 16px;
555555
}
556556

557+
.site-info.footer-text a {
558+
padding-right: 20px;
559+
}
560+
557561
.footer-head {
558562
font-weight: 700;
559563
color: #cccccc;

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<div class="text-center">
8585
<p><a href="https://www.f5.com/"><img class="f5-logo-footer" src="{{.Site.BaseURL}}/images/icons/Logo_F5.svg" alt="F5 logo"></a>
86-
©2024 F5, Inc. All rights reserved.<br><a href="https://www.f5.com/company/policies/trademarks" rel="noopener" target="_blank">Trademarks</a> <a href="https://www.f5.com/company/policies" rel="noopener" target="_blank">Policies</a> | <a href="{{ .Site.BaseURL }}/ossc">Open Source Components</a> | <a href="https://www.f5.com/company/policies/privacy-notice" rel="noopener" target="_blank">Privacy</a> | <a href="https://www.f5.com/company/policies/F5-California-privacy-summary" rel="noopener" target="_blank">California Privacy</a> | <a href="https://www.f5.com/company/policies/privacy-notice#no-sell" rel="noopener" target="_blank">Do Not Sell My Personal Information</a> | <span id="teconsent"></span></p>
86+
©2024 F5, Inc. All rights reserved.</p><p><a href="https://www.f5.com/company/policies/trademarks" rel="noopener" target="_blank">Trademarks</a> <a href="https://www.f5.com/company/policies" rel="noopener" target="_blank">Policies</a> <a href="{{ .Site.BaseURL }}/ossc">Open Source Components</a> <a href="https://www.f5.com/company/policies/privacy-notice" rel="noopener" target="_blank">Privacy</a> <a href="https://www.f5.com/company/policies/F5-California-privacy-summary" rel="noopener" target="_blank">California Privacy</a> <a href="https://www.f5.com/company/policies/privacy-notice#no-sell" rel="noopener" target="_blank">Do Not Sell My Personal Information</a> <span id="teconsent"></span></p>
8787
</div>
8888

8989
</div><!-- /.site-info -->

0 commit comments

Comments
 (0)