mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 11:00:09 -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
|
@ -270,6 +270,7 @@ iframe[src*=itch]
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footerText {
|
#footerText {
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
</li>
|
</li>
|
||||||
<span class="navbar-text d-none d-sm-block">|</span>
|
<span class="navbar-text d-none d-sm-block">|</span>
|
||||||
<li class="nav-item">
|
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue