@transfermarkt/global-styles 1.20.0 → 1.21.0
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 +1 -1
- package/scss/base/index.scss +2 -2
package/package.json
CHANGED
package/scss/base/index.scss
CHANGED
|
@@ -1419,7 +1419,7 @@ tm-latest-transfers {
|
|
|
1419
1419
|
.wettbewerb-stats {
|
|
1420
1420
|
display: block;
|
|
1421
1421
|
|
|
1422
|
-
@include
|
|
1422
|
+
@include breakpoint(laptop) {
|
|
1423
1423
|
display: flex;
|
|
1424
1424
|
flex-wrap: wrap;
|
|
1425
1425
|
}
|
|
@@ -1427,7 +1427,7 @@ tm-latest-transfers {
|
|
|
1427
1427
|
.columns {
|
|
1428
1428
|
display: block;
|
|
1429
1429
|
|
|
1430
|
-
@include
|
|
1430
|
+
@include breakpoint(laptop) {
|
|
1431
1431
|
display: flex;
|
|
1432
1432
|
flex: 1;
|
|
1433
1433
|
flex-direction: column;
|