diff --git a/src/AboutMe.Mvc.Web/Content/Site.css b/src/AboutMe.Mvc.Web/Content/Site.css index d84cde4..084dda8 100644 --- a/src/AboutMe.Mvc.Web/Content/Site.css +++ b/src/AboutMe.Mvc.Web/Content/Site.css @@ -58,15 +58,14 @@ textarea { } } -.stick { +@media(min-width: 992px){ + .stick { position: fixed; top: 0; width: 100%; height: 15%; z-index: 10000; } - -@media(min-width: 992px){ .header.stick{ border-top: 0px; padding-top: 0px; @@ -85,7 +84,7 @@ textarea { margin-top: 10%; } -.profile-image{ +.stick > * > * > .profile-image{ width: 120px; }