Skip to content

Commit e5d87cd

Browse files
authored
address small issues with new Home page (#4118)
1 parent 4a5e7d7 commit e5d87cd

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

website/src/css/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
display: flex;
307307
justify-content: flex-end;
308308
max-width: 1200px;
309-
margin: -10px auto 0;
309+
margin: 0 auto;
310+
min-height: 36px;
310311

311312
.github-button {
312313
margin-right: 1rem;

website/src/pages/Home/Hero/FloorBackground.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ function FloorBackground() {
2929
r="1"
3030
gradientUnits="userSpaceOnUse"
3131
gradientTransform="translate(860.14 -50) scale(713.885 273.082)">
32-
<stop stop-color="var(--home-hero-floor)" />
33-
<stop
34-
offset="1"
35-
stop-color="var(--home-hero-floor)"
36-
stop-opacity="0"
37-
/>
32+
<stop stopColor="var(--home-hero-floor)" />
33+
<stop offset="1" stopColor="var(--home-hero-floor)" stopOpacity="0" />
3834
</radialGradient>
3935
</defs>
4036
</svg>

website/src/pages/Home/components/SectionTitle/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
line-height: 150%;
2323
margin-top: 1rem;
2424
font-weight: normal;
25-
max-width: 830px;
25+
max-width: 850px;
2626
}

0 commit comments

Comments
 (0)