villejuif: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 10:10:30 +02:00
parent 9d388e71cb
commit d0d749c08d
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ form h4{
}
#footer-wrapper{
box-sizing: content-box;
background-color: $primary-color;
height: 50px;
padding: 30px 0;