diff options
Diffstat (limited to 'static/css/project.css')
| -rw-r--r-- | static/css/project.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/project.css b/static/css/project.css index e298977..39514b9 100644 --- a/static/css/project.css +++ b/static/css/project.css @@ -6,6 +6,7 @@ body { line-height: 1.4em; font-family: 'Droid Sans',Verdana, sans-serif; text-align: center; + font-size: 13px; } #container { background: #ffffff; @@ -14,7 +15,7 @@ body { padding: 1em; font-size: 110%; text-align: justify; - width: 50em; + width: 55em; margin: 3em auto 2em auto; line-height: 1.5em; -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526; |
