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