diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-16 12:00:52 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-16 12:00:52 +0200 |
commit | d07521f798a7d2a609f34fbbcacf70799a4e7899 (patch) | |
tree | afe82cf287c279eee882b366fe2f535381524edd /docs/website/css | |
parent | 3aed608f6fdbfa6b8fdb6b00f6cd7a88a7de3226 (diff) | |
download | buildroot-d07521f798a7d2a609f34fbbcacf70799a4e7899.tar.gz buildroot-d07521f798a7d2a609f34fbbcacf70799a4e7899.zip |
docs/website: adjust presentation of Mind sponsoring
Make the font size of the Mind block the same as all other blocks (it
was smaller) and re-adjust the min height of all blocks so that they
look the same.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/css')
-rw-r--r-- | docs/website/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/website/css/main.css b/docs/website/css/main.css index db9c4c90de..5255531b30 100644 --- a/docs/website/css/main.css +++ b/docs/website/css/main.css @@ -163,7 +163,7 @@ i { } .panel-sponsor { - min-height: 300px; + min-height: 350px; text-align: justify; text-justify: inter-word; } |