diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 20:11:35 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 20:11:35 +0100 |
commit | a4fad200782966a4b850c5635c864915c18a8bd1 (patch) | |
tree | 490c6ecbf36890a01f541db7d70467436bd3ef28 /public/stylesheets/style.css | |
parent | 9edbbfc1057235194249112f032e450c938c2e68 (diff) |
centered week selector text verticaly
Diffstat (limited to 'public/stylesheets/style.css')
-rw-r--r-- | public/stylesheets/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c3fe06c..869ae89 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -153,9 +153,10 @@ body.searched #search-space-filler { } #week-selector .current { + display: flex; flex-grow: 1; - text-align: center; - padding: 5px; + align-items: center; + justify-content: center; } #week-selector button { |