diff options
Diffstat (limited to 'project/assets/css/default.css')
-rw-r--r-- | project/assets/css/default.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css index 287f03b..709ca7a 100644 --- a/project/assets/css/default.css +++ b/project/assets/css/default.css @@ -126,6 +126,24 @@ a.external { +div.header { + display: flex; + width: 100%; + align-items: center; +} + +div.header h2 { + flex-grow: 4; +} + +div.header a { + margin: 1em 1em 1em 1em; + height: 30px; /* For some reason needed to get the anchor to match the image. */ +} + + + + /* Display the navbar like a table to make it horizontal and evenly spaced. */ |