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 24px 16px;
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 24px 16px;
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.48",
2
+ "version": "2.1.49",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {