Adding b3bp logo (#64)

This commit is contained in:
roooshee 2016-11-11 02:51:43 -06:00 committed by Kevin van Zonneveld
parent dfd799b4e5
commit 87530e756e
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,3 @@
---
BUNDLE_PATH: ./_vendor
BUNDLE_DISABLE_SHARED_GEMS: '1'
BUNDLE_PATH: "./_vendor"
BUNDLE_DISABLE_SHARED_GEMS: "true"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -53,9 +53,10 @@ body.background-4 #header-overlay {
#logo {
display: block;
background: url(images/logo.png) center;
background: url(images/b3bp-logo.png) center;
background-repeat: no-repeat;
background-size: contain;
width: 200px;
width: 180px;
height: 120px;
position: absolute;
top: 50%;