From 645d9f6413230f6666cf4b1230a26ec9169869e7 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 11 May 2015 20:43:18 -0400 Subject: [PATCH] float on right --- src/AboutMe.Mvc.Web/Content/Site.css | 6 ++++++ src/AboutMe.Mvc.Web/Views/Home/Index.cshtml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/AboutMe.Mvc.Web/Content/Site.css b/src/AboutMe.Mvc.Web/Content/Site.css index af17dc2..d63b84b 100644 --- a/src/AboutMe.Mvc.Web/Content/Site.css +++ b/src/AboutMe.Mvc.Web/Content/Site.css @@ -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; + } } \ No newline at end of file diff --git a/src/AboutMe.Mvc.Web/Views/Home/Index.cshtml b/src/AboutMe.Mvc.Web/Views/Home/Index.cshtml index e92e1b7..82039dc 100644 --- a/src/AboutMe.Mvc.Web/Views/Home/Index.cshtml +++ b/src/AboutMe.Mvc.Web/Views/Home/Index.cshtml @@ -40,7 +40,7 @@
  • -
    +
    @if (!string.IsNullOrWhiteSpace(Model.CurrentBeer)) { drinking: @Model.CurrentBeer