diff options
author | thomic | 2016-06-11 08:57:52 +0200 |
---|---|---|
committer | thomic | 2016-06-11 08:57:52 +0200 |
commit | c52551254059f3e1f9847dbbf917520474ab8616 (patch) | |
tree | 27ffcf9c89dd48f542390ffdc9e64b7ae3a7763f /configs/conferences/jh-sued-2016 | |
parent | 1a3a6634f9490c16e0ca706f85143638771fe730 (diff) |
Update jh-sued-2016
Diffstat (limited to 'configs/conferences/jh-sued-2016')
-rw-r--r-- | configs/conferences/jh-sued-2016/config.php | 4 | ||||
-rw-r--r-- | configs/conferences/jh-sued-2016/main.less | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/jh-sued-2016/config.php b/configs/conferences/jh-sued-2016/config.php index f8cea5e..3489b0c 100644 --- a/configs/conferences/jh-sued-2016/config.php +++ b/configs/conferences/jh-sued-2016/config.php @@ -33,14 +33,14 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Dieser im Seiten-Header, im <title>-Tag, in der About-Seite und ggf. ab weiteren Stellen als * Anzeigetext benutzt */ - 'TITLE' => 'jh-sued-2016', + 'TITLE' => 'Jugend hackt Süd 2016', /** * Veranstalter * Wird für den <meta name="author">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher * <meta>-Tag generiert. */ - 'AUTHOR' => 'Jugend hackt Süd 2016', + 'AUTHOR' => 'Jugend hackt 2016', /** * Beschreibungstext diff --git a/configs/conferences/jh-sued-2016/main.less b/configs/conferences/jh-sued-2016/main.less index 0edbc61..6e31f5d 100644 --- a/configs/conferences/jh-sued-2016/main.less +++ b/configs/conferences/jh-sued-2016/main.less @@ -5,9 +5,9 @@ @brand-primary: #aaa; img.jhsued { - width: 800px; + width: 400px; position: absolute; - bottom: 40px; + bottom: 20px; left: 10px; z-index: -100; } |