ros.grant.common 2.1.48 → 2.1.49
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.
|
@@ -261,12 +261,7 @@
|
|
|
261
261
|
|
|
262
262
|
&-body {
|
|
263
263
|
width: auto;
|
|
264
|
-
padding:0
|
|
265
|
-
|
|
266
|
-
@media screen and (max-width: 991px) {
|
|
267
|
-
padding: 16px;
|
|
268
|
-
padding-top: 0;
|
|
269
|
-
}
|
|
264
|
+
padding:0 16px 16px;
|
|
270
265
|
|
|
271
266
|
&-banner {
|
|
272
267
|
display: flex;
|
|
@@ -445,11 +440,7 @@
|
|
|
445
440
|
display: flex;
|
|
446
441
|
flex-wrap: wrap;
|
|
447
442
|
justify-content: center;
|
|
448
|
-
padding:0
|
|
449
|
-
|
|
450
|
-
@media screen and (max-width: 991px) {
|
|
451
|
-
padding:0 16px 16px;
|
|
452
|
-
}
|
|
443
|
+
padding:0 16px 16px;
|
|
453
444
|
|
|
454
445
|
.btn {
|
|
455
446
|
margin: 8px;
|
package/package.json
CHANGED