urfu-ui-kit-vanilla 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",
package/src/main.css CHANGED
@@ -1041,13 +1041,6 @@
1041
1041
  .fw-600 {
1042
1042
  font-weight: 600;
1043
1043
  }
1044
- h1,
1045
- h2,
1046
- h3,
1047
- h4,
1048
- h5 {
1049
- margin: 0;
1050
- }
1051
1044
  h1 {
1052
1045
  font-weight: 600;
1053
1046
  font-size: 52px;
@@ -1,7 +1,4 @@
1
1
  @import "../const/fonts.less";
2
- h1, h2, h3, h4, h5 {
3
- margin: 0;
4
- }
5
2
  h1 {
6
3
  .h1;
7
4
  }