aboutsummaryrefslogtreecommitdiffstats
path: root/english/startpage.css
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@t-online.de>2019-07-23 10:39:34 -0300
committerLaura Arjona Reina <larjona@debian.org>2019-12-13 19:40:01 +0100
commit03fdf83c1bc6536acafbb017414f83355c56a1aa (patch)
tree0b69faf91327556264a99e2d19fbc9f007266663 /english/startpage.css
parent00664efa96275ea8c921b6335d73d28dfd81e027 (diff)
startpage.css: make usage of img width more flexible
Instead of using a fixed width for an img within the OS section using auto-width. This will scale the graphics always to the maximum possible width.
Diffstat (limited to 'english/startpage.css')
-rw-r--r--english/startpage.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/english/startpage.css b/english/startpage.css
index 9dfdcda1631..32230a679b5 100644
--- a/english/startpage.css
+++ b/english/startpage.css
@@ -146,9 +146,8 @@ div .community {
}
.os-img-container img {
- width: 100%;
+ max-width: 100%;
height: auto;
-/* margin: 20px 0 20px 0;*/
}
.os-dl-btn {

© 2014-2024 Faster IT GmbH | imprint | privacy policy