mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
more alignment...
This commit is contained in:
parent
d3b5c02e23
commit
38f8e1a1c4
2 changed files with 10 additions and 3 deletions
|
@ -86,6 +86,13 @@ h5 {
|
|||
font-weight: lighter;
|
||||
box-shadow: 0 6px 12px rgba(0,0,0,.175);
|
||||
width: 135px;
|
||||
margin-left: -1px;
|
||||
border-color: #383737;
|
||||
border-top-style: dashed;
|
||||
}
|
||||
.menu-drop-item {
|
||||
padding: 1rem 1.6rem;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/**********SIZE SPECIFIC CONFIGURATIONS*********
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
||||
<h6 class="dropdown-header">Live Doc</h6>
|
||||
<a target="_blank" href="{{gdoc_URL}}" role="button" data-toggle="tooltip" data-placement="bottom" title="Go to Google doc, or download directly">gdoc</a>
|
||||
<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">gdoc</a>
|
||||
<h6 class="dropdown-header">Direct Downloads</h6>
|
||||
<a href="{{resume_pdf_download_URL}}">Download .PDF</a>
|
||||
<a href="{{resume_docx_download_URL}}">Download .Docx</a>
|
||||
<a class="menu-drop-item" href="{{resume_pdf_download_URL}}">Download .PDF</a>
|
||||
<a class="menu-drop-item" href="{{resume_docx_download_URL}}">Download .Docx</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue