Simplification on box-sizing

This commit is contained in:
echarp 2019-06-16 17:07:37 +02:00
parent 0018436fdb
commit dcf97eb134
1 changed files with 2 additions and 1 deletions

View File

@ -2,12 +2,13 @@
height: auto height: auto
padding: 0 padding: 0
max-width: 100% max-width: 100%
box-sizing: border-box box-sizing: inherit
margin-left: auto margin-left: auto
margin-right: auto margin-right: auto
html html
height: 100% height: 100%
box-sizing: border-box
background-color: #9CC5EE background-color: #9CC5EE
// Integrating adl in another website // Integrating adl in another website
&.iframe &.iframe