float on right

This commit is contained in:
Tommy Parnell
2015-05-11 20:43:18 -04:00
parent 0be7fd1c17
commit 645d9f6413
2 changed files with 7 additions and 1 deletions

View File

@@ -50,4 +50,10 @@ textarea {
@keyframes profile-image { @keyframes profile-image {
from { border-radius: 0 } from { border-radius: 0 }
to { border-radius: 50% } to { border-radius: 50% }
}
@media (min-width: 992px) {
.pull-right-md {
float: right;
}
} }

View File

@@ -40,7 +40,7 @@
<li class="last-item"><a href="https://github.com/tparnell8"><i class="fa fa-github-alt"></i></a></li> <li class="last-item"><a href="https://github.com/tparnell8"><i class="fa fa-github-alt"></i></a></li>
</ul> </ul>
</div> </div>
<div class="pull-right"> <div class="pull-right-md">
@if (!string.IsNullOrWhiteSpace(Model.CurrentBeer)) @if (!string.IsNullOrWhiteSpace(Model.CurrentBeer))
{ {
<a class="btn btn-warning" href="https://untappd.com/user/tparnell"><i class="fa fa-beer"></i>drinking: @Model.CurrentBeer</a> <a class="btn btn-warning" href="https://untappd.com/user/tparnell"><i class="fa fa-beer"></i>drinking: @Model.CurrentBeer</a>