Skip to content

Commit f1a98b1

Browse files
Remove new tab icon
1 parent a896ff0 commit f1a98b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="col-lg-6 footer">
88
&copy;{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
99
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }}<br/>
10-
<p><a href="https://tidalcloud.com"><img class="footer-logo" src="{{ "images/company_logo.png" }}" alt="Company logo"/></a></p>
10+
<p><a href="https://tidalcloud.com" class="footer-link"><img class="footer-logo" src="{{ "images/company_logo.png" }}" alt="Company logo"/></a></p>
1111
</div>
1212
</div>
1313
</footer>

css/customstyles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,12 @@ span.projectTitle {
430430
.footer {
431431
text-align: right;
432432
}
433+
.footer-link::after {
434+
visibility: hidden;
435+
}
433436
.footer-logo {
434437
position: relative;
435-
right: -65px;
438+
right: -33px;
436439
}
437440

438441
.footerMeta {

0 commit comments

Comments
 (0)