skin-dt-32 0.0.113 → 0.0.114

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/stylesheet.css +13 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skin-dt-32",
3
- "version": "0.0.113",
3
+ "version": "0.0.114",
4
4
  "main": "readme.md",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/stylesheet.css CHANGED
@@ -1137,6 +1137,10 @@ h3 small {
1137
1137
  flex: 1;
1138
1138
  }
1139
1139
 
1140
+ #new-connected {
1141
+ margin-top: 2rem;
1142
+ }
1143
+
1140
1144
  #bloque-estadisticas .has-users {
1141
1145
  font-size: 0;
1142
1146
  margin: 1.25rem -.25rem -.25rem -.25rem;
@@ -1156,6 +1160,15 @@ h3 small {
1156
1160
  background: var(--color-three);
1157
1161
  }
1158
1162
 
1163
+ #census {
1164
+ display: flex;
1165
+ flex-flow: row wrap;
1166
+ }
1167
+
1168
+ #census>li {
1169
+ width: 50%;
1170
+ }
1171
+
1159
1172
  /* Afiliados */
1160
1173
  #extracredits-section {
1161
1174
  margin-top: 3rem;