diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-23 03:11:52 +1200 | 
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-23 03:11:52 +1200 | 
| commit | bc4bd9ca01bd65ee6da22f1ef784cddf39356e17 (patch) | |
| tree | 06847a40caabebd8765915a21e2dadf4d03610b4 /project/assets/css | |
| parent | 1c891069797058d31d7e201b1325d45dc83bc175 (diff) | |
Diffstat (limited to 'project/assets/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. */  | 
