diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/stylesheet.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index 3d0d96e..fcbfa6e 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -56,6 +56,16 @@ a:hover { } } +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + display: flex; + justify-content: space-between; +} + /* Org Stuff */ .todo { |