mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
Updated positioning of things again
This commit is contained in:
parent
58447b4b5d
commit
431da0682e
2 changed files with 9 additions and 5 deletions
|
@ -88,7 +88,7 @@ h5 {
|
|||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
padding-top: 5px;
|
||||
padding-top: 9px;
|
||||
background-image: url(../images/sep-half.png);
|
||||
background-color: #4f4f4f;
|
||||
color: #29abe2;
|
||||
|
@ -107,6 +107,11 @@ h5 {
|
|||
border-color: #383737;
|
||||
border-top-style: dashed;
|
||||
}
|
||||
.docs-img {
|
||||
height: 40px;
|
||||
margin-bottom: -16px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
.menu-drop-item {
|
||||
padding: 1rem 1.6rem;
|
||||
font-size: small;
|
||||
|
|
|
@ -41,8 +41,7 @@
|
|||
<li class="nav-item">
|
||||
<div class="dropdown">
|
||||
<button class="dropdown-toggle border-0" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<img src="/images/googledocs.svg" class="img-fluid" style="height: 32px;">
|
||||
Resume
|
||||
<img src="/images/googledocs.svg" class="img-fluid docs-img">Resume
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
||||
<a class="menu-drop-item" target="_blank" href="{{gdoc_URL}}" role="button" data-toggle="tooltip" data-placement="bottom" title="Go to Google doc, or download directly">Live Doc</a>
|
||||
|
@ -64,12 +63,12 @@
|
|||
<div class="row justify-content-between">
|
||||
<div class="col-6">
|
||||
<a target="_blank" href="{{github_URL}}" role="button" data-toggle="tooltip" data-placement="bottom" title="Check out my GitHub">
|
||||
<img src="/images/github-cat.svg" class="img-fluid" style="height: 32px";>
|
||||
<img src="/images/github-cat.svg" class="img-fluid" style="height: 48px";>
|
||||
</a>
|
||||
</div> <!-- col -->
|
||||
<div class="col-6">
|
||||
<a target="_blank" href="{{linkedin_URL}}" role="button" data-toggle="tooltip" data-placement="bottom" title="Connect with me on Linkedin">
|
||||
<img src="/images/linkedin.svg" class="img-fluid" style="height: 32px";>
|
||||
<img src="/images/linkedin.svg" class="img-fluid" style="height: 48px";>
|
||||
</a>
|
||||
</div> <!-- col -->
|
||||
</div> <!-- row -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue