diff options
Diffstat (limited to 'data/pages/about.css')
-rw-r--r-- | data/pages/about.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/data/pages/about.css b/data/pages/about.css index 2937047eb..a55485ce1 100644 --- a/data/pages/about.css +++ b/data/pages/about.css @@ -28,4 +28,16 @@ { background: #d0dafd; color:#339; -}
\ No newline at end of file +} + +#ephytext { + margin-top: 15%; + font-size: 1.3em; + text-align: center; +} + +#from { + margin-top: 1em; + font-size: 1.5em; + text-align: right; +} |