diff options
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r-- | asset-sources/theme.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index ffd43d7..67feccc 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -158,6 +158,13 @@ strong { text-align: right; } +.calendar-title { + text-align: center; +} +.calendar-controls { + text-align: center; + margin-bottom: 50px; +} .profile-calendar { width: 100%; |