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

This commit is contained in:
Thomas Jund 2020-04-02 14:53:21 +02:00
parent 183c4fd90f
commit 1357f813f9
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ div#header-nav li {
}
div#header-nav h1 a {
box-sizing: content-box;
margin-left: 22px;
display: block;
text-indent: -10000px;