Skip to content

Commit 21152c4

Browse files
Formatting.
1 parent 33ccffc commit 21152c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/wasm-benchmark/src/ui/index.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,22 @@ p {
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: 50px
73+
height: 40px
7374
}
7475

7576
.HeaderLogo img {
7677
display: inline-block;
77-
height: 35px;
78+
height: 28px;
7879
}
7980

8081
.Description {
81-
margin: 0 0 3.75rem 0;
82+
margin: 3.75rem 0;
8283
font-size: 1.25rem;
8384
line-height: 2.0625rem;
8485
}

0 commit comments

Comments
 (0)