diff options
Diffstat (limited to 'public')
| -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 {  | 
