diff options
Diffstat (limited to 'app/static/styles')
-rw-r--r-- | app/static/styles/default.css | 1 | ||||
-rw-r--r-- | app/static/styles/home.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/static/styles/default.css b/app/static/styles/default.css index 069588d..4f56c17 100644 --- a/app/static/styles/default.css +++ b/app/static/styles/default.css @@ -6,6 +6,7 @@ --no: rgba(255, 0, 0, 0.7); background-image: url(../img/home.png); background-repeat: repeat-x; + font-size: 20; } * { diff --git a/app/static/styles/home.css b/app/static/styles/home.css index a188754..a5dcbec 100644 --- a/app/static/styles/home.css +++ b/app/static/styles/home.css @@ -28,8 +28,8 @@ .post-wrapper { position: relative; - max-height: 20%; - max-width: 30%; + max-height: 25%; + max-width: 33%; } .post { |