float on right
This commit is contained in:
@@ -50,4 +50,10 @@ textarea {
|
||||
@keyframes profile-image {
|
||||
from { border-radius: 0 }
|
||||
to { border-radius: 50% }
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.pull-right-md {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
@@ -40,7 +40,7 @@
|
||||
<li class="last-item"><a href="https://github.com/tparnell8"><i class="fa fa-github-alt"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<div class="pull-right-md">
|
||||
@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>
|
||||
|
||||
Reference in New Issue
Block a user