Merge changes without breaking formatting.

This commit is contained in:
Kaj Forney 2023-02-14 19:24:42 -07:00
parent 048a29870b
commit fc790336ed
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
2 changed files with 5 additions and 4 deletions

View file

@ -267,9 +267,10 @@ iframe[src*=itch]
}
.footer {
width: 100%;
height: 60px;
line-height: 60px;
width: 100%;
height: 60px;
line-height: 60px;
text-align: center;
}
#footerText {

View file

@ -46,7 +46,7 @@
</li>
<span class="navbar-text d-none d-sm-block">|</span>
<li class="nav-item">
<a class="navbar-link" href="files/resume.pdf">RESUME</a>
<a class="navbar-link" href="files/resume.pdf" target="_blank">RESUME</a>
</li>
</ul>
</div>