Skip to content

Commit 45b8c02

Browse files
committed
Fix overlap on OS X
1 parent 8f0c9aa commit 45b8c02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

perf.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ img {
113113

114114
.big_summary {
115115
display: block;
116-
margin-top: -40px;
116+
margin-top: -20px;
117117
font-size: 15em;
118118
font-weight: 500;
119+
z-index: -1;
119120
}
120121
.positive {
121122
color: red;

0 commit comments

Comments
 (0)