diff options
-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; |