diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-12 22:29:51 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-13 00:15:32 +0200 |
commit | 3cf73930c3ba0c6da415ec487692e7f0cb5cfb3d (patch) | |
tree | 0246b35c3600eb2b5f384ab9334c3a05bb37707d /website/resources/css | |
parent | 9488c1c248569d91fa74ed9358baba7f175f02fa (diff) | |
download | lombok-3cf73930c3ba0c6da415ec487692e7f0cb5cfb3d.tar.gz lombok-3cf73930c3ba0c6da415ec487692e7f0cb5cfb3d.tar.bz2 lombok-3cf73930c3ba0c6da415ec487692e7f0cb5cfb3d.zip |
Final touches to the website (very minor typos etc update)
Diffstat (limited to 'website/resources/css')
-rw-r--r-- | website/resources/css/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index 6a1c564d..ba4f56e8 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -140,6 +140,7 @@ a { .main-section { padding-left: 100px; padding-right: 100px; + max-width: 900px; } .changelog li { @@ -174,3 +175,7 @@ a { } } +img { + max-width: 100%; + height: auto; +} |