diff options
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index c93f2877..6b81de32 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -46,9 +46,9 @@ nav a { article { position: absolute; - width: 50%; + width: 60%; padding: 5% 0; - left: 25%; + left: 20%; font-size: 1em; text-align: justify; } |