@@ -250,8 +250,8 @@ img { max-width: 100%; }
250
250
Often used in combination with background image set as an inline style
251
251
on an html element.
252
252
*/
253
- .cover { background-size : cover; }
254
- .contain { background-size : contain; }
253
+ .cover { background-size : cover !important ; }
254
+ .contain { background-size : contain !important ; }
255
255
/*
256
256
257
257
OUTLINES
@@ -1655,8 +1655,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1655
1655
/* Uncomment out the line below to help debug layout issues */
1656
1656
/* @import './_debug'; */
1657
1657
@media screen and (min-width : 30em ) {
1658
- .cover-ns { background-size : cover; }
1659
- .contain-ns { background-size : contain; }
1658
+ .cover-ns { background-size : cover !important ; }
1659
+ .contain-ns { background-size : contain !important ; }
1660
1660
.outline-ns { outline : 1px solid; }
1661
1661
.outline-transparent-ns { outline : 1px solid transparent; }
1662
1662
.outline-0-ns { outline : 0 ; }
@@ -1998,8 +1998,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
1998
1998
.v-btm-ns { vertical-align : bottom; }
1999
1999
}
2000
2000
@media screen and (min-width : 30em ) and (max-width : 60em ) {
2001
- .cover-m { background-size : cover; }
2002
- .contain-m { background-size : contain; }
2001
+ .cover-m { background-size : cover !important ; }
2002
+ .contain-m { background-size : contain !important ; }
2003
2003
.outline-m { outline : 1px solid; }
2004
2004
.outline-transparent-m { outline : 1px solid transparent; }
2005
2005
.outline-0-m { outline : 0 ; }
@@ -2344,8 +2344,8 @@ code, .code { font-family: Consolas, monaco, monospace; }
2344
2344
.v-btm-m { vertical-align : bottom; }
2345
2345
}
2346
2346
@media screen and (min-width : 60em ) {
2347
- .cover-l { background-size : cover; }
2348
- .contain-l { background-size : contain; }
2347
+ .cover-l { background-size : cover !important ; }
2348
+ .contain-l { background-size : contain !important ; }
2349
2349
.ba-l { border-style : solid; border-width : 1px ; }
2350
2350
.bt-l { border-top-style : solid; border-top-width : 1px ; }
2351
2351
.br-l { border-right-style : solid; border-right-width : 1px ; }
0 commit comments