Skip to content

Commit

Permalink
fixed the appearance of the cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ohorodnykostap committed Nov 26, 2024
1 parent bf1bce5 commit 30b00b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions FrontEnd/src/pages/LandingPage/AboutSection/Cards/AboutCards.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
align-items:flex-start;
gap: 16px;
width: 296px;
height: 104px;
padding: 22px 23px 28px 23px;
height: 100px;
padding: 32px 24px;

}
.about-us-cards-section__card {
width: 344px;
height: 164px;
margin-bottom: 16px;

}

Expand All @@ -106,18 +106,18 @@
}
.about-us-cards-section__card {
width: 344px;
height: 164px;
margin-bottom: 16px;

}
.about-us-cards-section__cards-content {
width: 296px;
height: 80px;
padding: 16px 23px 26px 23px;
height: 100px;
padding: 16px 24px;

}
.about-us-cards-section__header-text {
font-size: 24px;
margin-bottom: 24px;

}
.about-us-cards-section__cards {
Expand Down

0 comments on commit 30b00b5

Please sign in to comment.