diff --git a/css/level2.css b/css/level2.css index 433b6eb..ffcca4b 100644 --- a/css/level2.css +++ b/css/level2.css @@ -78,8 +78,17 @@ h1, h2, h3, h4, h5, h6 { } .logo { - text-align: center; + text-align: left; font-size: 4em; + margin-left: -67px; +} + +.logo img { + height: 100px; +} + +.logo .row > div:first-child { + text-align: right; } .open { @@ -109,3 +118,7 @@ h1, h2, h3, h4, h5, h6 { .busses h1:first-child, .cfl h1:first-child, .events h1:first-child, .news h1:first-child { border-bottom: 1px solid #333333; } + +.events, .cfl { + background-color: #e7e7e7; +} diff --git a/index.html b/index.html index c23eebc..ac6620f 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,15 @@