Skip to content

Commit cf4aa51

Browse files
Декомпозирует собирательное свойство
1 parent bebe28b commit cf4aa51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/blocks/common.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ html {
1010

1111
body {
1212
margin: 0;
13-
14-
font: 17px/1.6 "Helvetica", "Arial", sans-serif;
13+
font-size: 16px;
14+
line-height: 1.6;
15+
font-family: "Helvetica", "Arial", sans-serif;
1516
color: #5a5a5a;
16-
1717
background-color: #ffffff;
1818
}
1919

0 commit comments

Comments
 (0)