mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 02:52:02 -07:00
Merge changes without breaking formatting.
This commit is contained in:
parent
048a29870b
commit
fc790336ed
2 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue