css/main-content: reduce dashboard header sizes
This commit is contained in:
parent
6e62b2f0f4
commit
3844087740
|
@ -170,6 +170,18 @@ table.benchmark {
|
|||
width: 96%;
|
||||
}
|
||||
|
||||
.dashboard h1 {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.dashboard h2 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.dashboard h3 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.dashboard table.benchmark {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue