aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorErling Aaby <spa440w@gmail.com>2013-04-23 13:10:42 +0200
committerErling Aaby <spa440w@gmail.com>2013-04-23 13:10:42 +0200
commitbbe630afee66f59ccc36870a95f515948bb9bf48 (patch)
treea179bfb82e71dc53caffceca0e5450f2fc94a5cf /public
parentRevert "Changed hero span from 3-4" (diff)
downloadDivid-bbe630afee66f59ccc36870a95f515948bb9bf48.tar.gz
changed height and margin in styles.less
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index 00904d4..e7247d5 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -206,7 +206,7 @@ background-color:@grayLighter;
.showcase {
width:900px;
- height:500px;
+ margin-top: 20px;
background-color: rgb(105,155,200);
background: -moz-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%, rgba(181,197,216,1) 57%);
background: -webkit-gradient(radial, top left, 0px, top left, 100%, color-stop(0%,rgba(105,155,200,1)), color-stop(57%,rgba(181,197,216,1)));