diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:17:46 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-25 08:17:46 +0200 |
commit | facba1f8334e5a5f1af765ef8ebb775fb27a6ec9 (patch) | |
tree | b09c700bf92f69abc21bf8d5f625abdf0b04340f /public | |
parent | Removal and change of size (diff) | |
download | Divid-facba1f8334e5a5f1af765ef8ebb775fb27a6ec9.tar.gz |
centering the showcase
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index b070f7b..4f886f7 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -230,10 +230,11 @@ background-color: #FF9A00; } .showcase { - width:1160px; + width:1200px; height:400px; margin-top: 20px; margin-bottom:20px; + margin-left: -40px padding:10px; background-color: @grayLighter; /*background-image: url('/img/people.png'); |