diff options
-rw-r--r-- | www/styles/nextshows.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/styles/nextshows.css b/www/styles/nextshows.css index 9199b99..b45514e 100644 --- a/www/styles/nextshows.css +++ b/www/styles/nextshows.css @@ -28,11 +28,13 @@ body, #container { #header { background-color: #101010; width: 100%; - margin: 0; - padding: 0.5em; color: white; } +#clock { + padding: 0.4em; +} + #clock span { font-size: 1.2em; } |