Skip to content

Commit e1bae78

Browse files
author
Codux
committed
headings
1 parent b2be25f commit e1bae78

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

src/components/product-card/product-card.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626

2727
.image {
28-
object-fit: cover;
29-
aspect-ratio: 3.5/4;
28+
object-fit: contain;
29+
aspect-ratio: 3.7/4.2;
3030
width: 70%;
31-
margin-top: 15px;
31+
margin-top: 10px;
3232
}
3333

3434
.imagePlaceholderIcon {

src/styles/typography.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,12 @@
2222
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');
2323

2424
:root {
25-
--heading-font: 'DM Sans', sans-serif;
25+
--heading-font: 'DM Sans' sans-serif;
2626
--text-font: 'DM Sans', sans-serif;
2727

2828
--heading1: 800 120px/1 'DM Sans', sans-serif;
2929
--heading2: 800 100px/0.94 'DM Sans', sans-serif;
3030
--heading3: 800 60px/1.05 'DM Sans', sans-serif;
31-
--heading4: 400 40px/1.1 'DM Sans', sans-serif;
32-
--heading5: 600 24px/1 'DM Sans', sans-serif;
33-
--heading6: 400 20px/1.2 'DM Sans', sans-serif;
3431

3532
--paragraph1: 400 20px/1.2 'DM Sans', sans-serif;
3633
--paragraph2: 400 17px/1.3 'DM Sans', sans-serif;

0 commit comments

Comments
 (0)