diff options
author | Erik Faye-Lund <[email protected]> | 2019-04-17 14:52:41 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-02 08:45:57 +0000 |
commit | 8194d3887eae3f928329d614b650acb84e06f605 (patch) | |
tree | 25e4f2520ee18af6db9f6598110f89a8564f0260 /docs/mesa.css | |
parent | 5ffe4879b6aec4908a1e8381064325a7d962fbb3 (diff) |
docs: do not hard-code header-height
It's generally nicer to do this in terms of em units, as that scales
better with text-sizes, if we ever decide to change them.
The result is slightly larger than before, but only by a couple of
pixels.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/mesa.css')
-rw-r--r-- | docs/mesa.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mesa.css b/docs/mesa.css index d625f618e4c..0d0b9156fda 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -43,7 +43,7 @@ iframe { .header { background: url('gears.png') 15px no-repeat, black url('gears.png') right no-repeat; - height: 80px; + padding: 2em; display: flex; text-align: center; } |