urfu-ui-kit-vanilla 2.0.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +3 -3
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": "2.0.0",
6
+ "version": "2.0.1",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -6939,6 +6939,9 @@ button {
6939
6939
  .umb100 {
6940
6940
  margin-bottom: 100px;
6941
6941
  }
6942
+ .uma {
6943
+ margin: auto;
6944
+ }
6942
6945
  h1,
6943
6946
  .h1 {
6944
6947
  font-weight: 600;
@@ -7052,9 +7055,6 @@ h5,
7052
7055
  .ujcsa {
7053
7056
  justify-content: space-around;
7054
7057
  }
7055
- .uauto {
7056
- margin: auto;
7057
- }
7058
7058
  .ufg0 {
7059
7059
  flex-grow: 0;
7060
7060
  }