File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 2222 line-height : 150% ;
2323 margin-top : 1rem ;
2424 font-weight : normal;
25- max-width : 830 px ;
25+ max-width : 850 px ;
2626}
You can’t perform that action at this time.
0 commit comments