diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/theme.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/theme.css b/static/theme.css index a2f269a..e19bad4 100644 --- a/static/theme.css +++ b/static/theme.css @@ -40,6 +40,16 @@ nav { height: 50px; background: #171717; border-bottom: 1px solid #272727; + position: relative; + overflow: hidden; +} + +nav a.centered { + float: none; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } main { |
