File tree Expand file tree Collapse file tree 3 files changed +15
-32
lines changed
examples/wasm-benchmark/src/ui Expand file tree Collapse file tree 3 files changed +15
-32
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ export default function Introduction() {
1313 alt = "WebAssembly Benchmark by Nutrient"
1414 />
1515 </ a >
16- < h1 className = "HeaderTitle" >
17- Wasm Benchmark
18- </ h1 >
1916 </ header >
2017 < div className = "Description" >
2118 < p >
Original file line number Diff line number Diff line change 6464 flex-direction : row;
6565 text-align : left;
6666 padding : 27.5px 0 ;
67+ border-bottom : 1px solid # C2B8AE ;
6768}
6869
6970.HeaderLogo {
7071 display : flex;
7172 align-items : center;
72- height : 50 px
73+ height : 40 px
7374}
7475
7576.HeaderLogo img {
7677 display : inline-block;
77- height : 35px ;
78- }
79-
80- .HeaderTitle {
81- display : inline-block;
82- align-items : center;
83- font-size : 16px ;
84- font-weight : normal;
85- font-family : "ABC Monument Grotesk" , Arial;
86- width : min-content;
87- border-left : 1px solid black;
88- padding-left : 12px ;
89- padding-top : 4px ;
90- height : 50px ;
78+ height : 28px ;
9179}
9280
9381.Description {
94- margin : 0 0 3.75rem 0 ;
82+ margin : 3.75rem 0 ;
9583 font-size : 1.25rem ;
9684 line-height : 2.0625rem ;
9785}
You can’t perform that action at this time.
0 commit comments