diff options
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/master.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/css/master.css b/public/css/master.css index 7de623b..3a349cb 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -150,7 +150,7 @@ div.page-container > div:last-child { margin-bottom: 0; } -div#header { +header { display: grid; grid-template-columns: 66px 1fr; grid-template-rows: 1fr; @@ -159,27 +159,27 @@ div#header { align-items: center; } -div#header img { +header img { filter: drop-shadow(2px 2px hsl(0, 0%, 66%)); margin-right: 10px; image-rendering: pixelated; } -div#header h1 { +header h1 { margin: 0; font-style: italic; } -div#header h1, -div#header p { +header h1, +header p { display: inline; } -div#content { +main>div { position: relative; } -div#content::after { +main>div::after { display: block; content: ""; clear: both; |