Skip to content

Commit 9de2fe9

Browse files
committed
ci: update ci icons
1 parent bd9166e commit 9de2fe9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/features/portfolio/sections/hero/hero.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
&__subtitle {
5656
@include t.text('body', 'large');
5757

58-
max-width: 600px;
58+
max-width: 720px;
5959
margin: 22px auto 28px;
6060
color: var(--text-secondary);
6161

@@ -135,7 +135,7 @@
135135
.stats {
136136
display: grid;
137137
grid-template-columns: repeat(2, 1fr);
138-
max-width: 720px;
138+
max-width: 920px;
139139
margin: 40px auto 0;
140140
gap: 12px;
141141
}

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ a {
7777
padding: 0 24px;
7878

7979
&--narrow {
80-
max-width: 760px;
80+
max-width: 920px;
8181
}
8282
}
8383

src/styles/_section.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
@mixin section-title {
4343
@include t.text('display', 'medium');
4444

45-
max-width: 24ch;
45+
max-width: 30ch;
4646
margin-bottom: 32px;
4747
}

0 commit comments

Comments
 (0)