From af013a7e509ef8f979742413400b7bd94e5e684e Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Mon, 10 Jan 2022 14:56:21 +0100 Subject: Convert side bar to a header with title --- src/styles/main.css | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'src/styles/main.css') diff --git a/src/styles/main.css b/src/styles/main.css index 2868e7b..1146b80 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -16,10 +16,6 @@ a:visited { color: blue; } -#root { - display: flex; -} - #list-container, #object-view { width: 100%; @@ -27,23 +23,19 @@ a:visited { } /* Header */ - #header { - margin: 0; - border-right: 1px solid black; - width: 10em; -} - -#header li { - list-style-type: none; -} - -#header ul { - padding-left: 2em; + padding: 2em; + display: flex; + justify-content: space-between; + align-items: center; } -#header hr { - width: 70%; +#header #title a { + text-decoration: none; + color: pink; + font-size: 2em; + font-weight: bold; + font-style: italic; } /* Object */ -- cgit v1.1