main site header

This commit is contained in:
Laura Klünder 2017-10-25 11:23:24 +02:00
parent 735392aac3
commit 92c1f3beaf
2 changed files with 9 additions and 2 deletions

View file

@ -8,7 +8,14 @@ header {
right: 0; right: 0;
top: 0; top: 0;
height: 50px; height: 50px;
padding: 8px; padding: 10px;
display: flex;
align-items: center;
}
header h1 {
font-size: 3rem;
margin:0;
} }
main.map { main.map {

View file

@ -17,7 +17,7 @@
<body> <body>
<header> <header>
c3nav <h1>c3nav</h1>
</header> </header>
<main class="map"> <main class="map">
<section id="map" data-bounds="{{ bounds }}"> <section id="map" data-bounds="{{ bounds }}">