diff options
Diffstat (limited to '')
-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; } |