avray: set default box model to border-box (#41693)

This commit is contained in:
Thomas Jund 2020-04-10 17:20:14 +02:00
parent 6cc8d13a53
commit 5313e72079
1 changed files with 2 additions and 1 deletions

View File

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