We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a47ae4 commit fab7b67Copy full SHA for fab7b67
assets/css/style.css
@@ -1472,14 +1472,6 @@ main {
1472
border-color: var(--primary-color);
1473
}
1474
1475
-.platform-logo {
1476
- width: 60px;
1477
- height: 60px;
1478
- object-fit: cover;
1479
- border-radius: 8px;
1480
- margin-bottom: 1rem;
1481
-}
1482
-
1483
.platform-card h3 {
1484
color: var(--text-primary);
1485
margin-bottom: 1rem;
@@ -2603,10 +2595,9 @@ main {
2603
2595
gap: 1rem;
2604
2596
2605
2597
2606
-/* Ограничение размера картинок */
2607
2598
.platform-logo {
2608
2609
2599
+ width: 260px;
2600
+ height: 260px;
2610
2601
object-fit: cover;
2611
2602
border-radius: 8px;
2612
flex-shrink: 0;
0 commit comments