diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index d5e6276..07fdd82 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -359,14 +359,17 @@ GRAPHICS #bg-feature-1 { background: url(/theme/images/gfx-feature-1.png) center; background-repeat: no-repeat; + background-size: 640px 480px; } #bg-feature-2 { background: url(/theme/images/gfx-feature-2.png) center; background-repeat: no-repeat; + background-size: 640px 480px; } #bg-feature-3 { background: url(/theme/images/gfx-feature-3.png) center; background-repeat: no-repeat; + background-size: 640px 480px; } /* --------------------------------------------- */ #bg-feature { diff --git a/homepage/theme/static/images/gfx-feature-1.png b/homepage/theme/static/images/gfx-feature-1.png index 0fdae39..65fdcce 100644 Binary files a/homepage/theme/static/images/gfx-feature-1.png and b/homepage/theme/static/images/gfx-feature-1.png differ diff --git a/homepage/theme/static/images/gfx-feature-2.png b/homepage/theme/static/images/gfx-feature-2.png index f3c3e1c..e3f7e5b 100644 Binary files a/homepage/theme/static/images/gfx-feature-2.png and b/homepage/theme/static/images/gfx-feature-2.png differ diff --git a/homepage/theme/static/images/gfx-feature-3.png b/homepage/theme/static/images/gfx-feature-3.png index e5d7fa2..e8922e8 100644 Binary files a/homepage/theme/static/images/gfx-feature-3.png and b/homepage/theme/static/images/gfx-feature-3.png differ