diff options
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/css/home.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/webroot/css/home.css b/webroot/css/home.css index 2cc3d8b..f9aa511 100644 --- a/webroot/css/home.css +++ b/webroot/css/home.css @@ -23,7 +23,7 @@ float: left; width: 740px; } -.scrollable img { +.scrollable .items img { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; @@ -31,7 +31,10 @@ border: 1px solid #ccc; float: left; height: 300px; - margin-right: 15px; + margin-right: 12px; +} +.scrollable .items img ~ p { + margin-right: 50px; } .scrollable .active { border: 2px solid #000; |