diff options
author | derchris | 2019-12-22 17:45:46 +0100 |
---|---|---|
committer | derchris | 2019-12-22 17:45:46 +0100 |
commit | 018f194c0fddfad5ce215183d53e184937c81741 (patch) | |
tree | 7b67b116592391ef96933d9e2d0712aa58dd6591 /configs/conferences | |
parent | a312a4da104aa942c04bb91f2baaebe133f4d4e8 (diff) |
36c3: add vertical background logo
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/36c3/36c3_vert.png | bin | 0 -> 27965 bytes | |||
-rw-r--r-- | configs/conferences/36c3/main.less | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/36c3/36c3_vert.png b/configs/conferences/36c3/36c3_vert.png Binary files differnew file mode 100644 index 0000000..c8a82bb --- /dev/null +++ b/configs/conferences/36c3/36c3_vert.png diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index 73fceaf..8172972 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -136,16 +136,16 @@ nav.navbar { } .congress { - background-image: url(destruction.png); + background-image: url(36c3_vert.png); background-repeat: no-repeat; - background-size: 500px 213px; + background-size: 160px 780px; position: fixed; left: 10px; bottom: 40px; - width: 500px; - height: 213px; + width: 160px; + height: 780px; opacity: 1; z-index: -100; |