css reset adjustments
This commit is contained in:
parent
0b82cb1d01
commit
2730ca10c8
@ -15,11 +15,9 @@
|
|||||||
@import 'settings/variables';
|
@import 'settings/variables';
|
||||||
@import 'settings/fonts';
|
@import 'settings/fonts';
|
||||||
|
|
||||||
@import 'settings/reset';
|
|
||||||
/*= require normalize-css/normalize */
|
/*= require normalize-css/normalize */
|
||||||
|
@import 'settings/reset';
|
||||||
|
|
||||||
|
|
||||||
// @import 'elements/';
|
// @import 'elements/';
|
||||||
// @import 'objects/';
|
// @import 'objects/';
|
||||||
// @import 'components/';
|
|
||||||
// @import 'trumps/';
|
|
||||||
|
@ -4,7 +4,20 @@ html {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
main,
|
||||||
|
section,
|
||||||
|
article,
|
||||||
|
aside,
|
||||||
|
footer,
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
div,
|
||||||
|
p,
|
||||||
|
ul,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
Loading…
Reference in New Issue
Block a user