Skip to content

Commit 4b3c249

Browse files
authored
fix format
1 parent 7bbcdb1 commit 4b3c249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/reset.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
22

33
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
4-
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){
4+
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
55
all: unset;
66
display: revert;
77
}
88

99
/* Preferred box-sizing value */
1010
*,
1111
*::before,
12-
*::after{
12+
*::after {
1313
box-sizing: border-box;
1414
}
1515

@@ -24,6 +24,6 @@ img {
2424
}
2525

2626
/* removes spacing between cells in tables */
27-
table{
27+
table {
2828
border-collapse: collapse;
2929
}

0 commit comments

Comments
 (0)