float on right
This commit is contained in:
@@ -51,3 +51,9 @@ textarea {
|
|||||||
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user