diff options
-rw-r--r-- | public/css/sublab.css | 5 | ||||
-rw-r--r-- | template/template.html | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/public/css/sublab.css b/public/css/sublab.css index a81386d..acc3810 100644 --- a/public/css/sublab.css +++ b/public/css/sublab.css @@ -175,6 +175,11 @@ ul#menu a:active { color: #bbb; } +h1 { + text-align: center; + visibility: hidden; + } + h3 { /*clear: both;*/ font-size: 14px; diff --git a/template/template.html b/template/template.html index f79ce7b..4ce13f4 100644 --- a/template/template.html +++ b/template/template.html @@ -35,6 +35,9 @@ <p class="header"> <span class="header">[ mate und technik ]</span> </p> + <h1> + Das sublab - ein Hackerspace in Leipzig + </h1> </div> <div class="menu"> |