diff --git a/static/avray/_custom.scss b/static/avray/_custom.scss index 909158f..1b270ab 100644 --- a/static/avray/_custom.scss +++ b/static/avray/_custom.scss @@ -8,6 +8,7 @@ header { #top { #logo a { + box-sizing: content-box; background: url(img/logo.jpg) bottom left no-repeat; background-size: 700px; height: 221px; @@ -203,7 +204,6 @@ nav { #main-content-wrapper { background: white; padding: 0 1rem 1rem; - box-sizing: border-box; #content { div.textcell h3, @@ -574,6 +574,7 @@ footer { background-color: white; #footer-top { + box-sizing: content-box; clear: both; max-width: calc(#{$width} - 30px); margin: 0 auto;