diff options
Diffstat (limited to 'website/features/features.css')
-rw-r--r-- | website/features/features.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/website/features/features.css b/website/features/features.css index f2eff7fc..de669c7b 100644 --- a/website/features/features.css +++ b/website/features/features.css @@ -33,6 +33,13 @@ h1 { text-align: center; } +.byline { + width: 100%; + text-align: center; + font-style: italic; + font-size: 1.3em; +} + .index { font-size: 1.2em; margin: 64px 0px 32px 64px; |