Skip to content

Commit fab7b67

Browse files
committed
фиксы
1 parent 1a47ae4 commit fab7b67

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

assets/css/style.css

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,14 +1472,6 @@ main {
14721472
border-color: var(--primary-color);
14731473
}
14741474

1475-
.platform-logo {
1476-
width: 60px;
1477-
height: 60px;
1478-
object-fit: cover;
1479-
border-radius: 8px;
1480-
margin-bottom: 1rem;
1481-
}
1482-
14831475
.platform-card h3 {
14841476
color: var(--text-primary);
14851477
margin-bottom: 1rem;
@@ -2603,10 +2595,9 @@ main {
26032595
gap: 1rem;
26042596
}
26052597

2606-
/* Ограничение размера картинок */
26072598
.platform-logo {
2608-
width: 60px;
2609-
height: 60px;
2599+
width: 260px;
2600+
height: 260px;
26102601
object-fit: cover;
26112602
border-radius: 8px;
26122603
flex-shrink: 0;

0 commit comments

Comments
 (0)