We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9166e commit 9de2fe9Copy full SHA for 9de2fe9
3 files changed
src/app/features/portfolio/sections/hero/hero.scss
@@ -55,7 +55,7 @@
55
&__subtitle {
56
@include t.text('body', 'large');
57
58
- max-width: 600px;
+ max-width: 720px;
59
margin: 22px auto 28px;
60
color: var(--text-secondary);
61
@@ -135,7 +135,7 @@
135
.stats {
136
display: grid;
137
grid-template-columns: repeat(2, 1fr);
138
- max-width: 720px;
+ max-width: 920px;
139
margin: 40px auto 0;
140
gap: 12px;
141
}
src/styles.scss
@@ -77,7 +77,7 @@ a {
77
padding: 0 24px;
78
79
&--narrow {
80
- max-width: 760px;
81
82
83
src/styles/_section.scss
@@ -42,6 +42,6 @@
42
@mixin section-title {
43
@include t.text('display', 'medium');
44
45
- max-width: 24ch;
+ max-width: 30ch;
46
margin-bottom: 32px;
47
0 commit comments