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

This commit is contained in:
Thomas Jund 2020-04-10 17:26:00 +02:00
parent 5313e72079
commit bff3871f53
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ body {
}
.cca-link-wrapper {
box-sizing: content-box;
width: 14%;
float: right;
border-left: 10px solid white;