more alignment...

This commit is contained in:
JesseBot 2017-07-14 18:36:46 +00:00
parent d3b5c02e23
commit 38f8e1a1c4
2 changed files with 10 additions and 3 deletions

View file

@ -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*********

View file

@ -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>