aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdgard Schmidt <schmidt@edik.ch>2017-11-25 17:31:22 +0100
committerEdgard Schmidt <schmidt@edik.ch>2017-11-25 17:31:22 +0100
commitd35277f7fee9bcc8d9c23bb5bc3dcaf844543066 (patch)
tree9378ff23b05f16812b9384ed519bdb5d050044be
parentbacc474a7693bf397cdae0fe379049b25b0c8a39 (diff)
downloadlibrebootfr-d35277f7fee9bcc8d9c23bb5bc3dcaf844543066.tar.gz
librebootfr-d35277f7fee9bcc8d9c23bb5bc3dcaf844543066.zip
Limit image size to viewport's width
-rw-r--r--www/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/global.css b/www/global.css
index 80309059..98adf82d 100644
--- a/www/global.css
+++ b/www/global.css
@@ -21,6 +21,10 @@ pre {
margin-left: 2.5em
}
+img {
+ max-width: 100%;
+}
+
#logo {
width: 20%;
float: right;