From 40feaae9c5bb75efc6d4efc347d14f532a8a2fad Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Sep 2019 09:45:26 +0100 Subject: [PATCH] Enlarge text for mobile and increase button spacing --- epicyon-profile.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index a195aa9d..60d10222 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -737,7 +737,7 @@ input[type=checkbox] } .cwButton { border-radius: 4px; - background-color: #999; + background-color: #555; border: none; color: #FFFFFF; text-align: center; @@ -779,11 +779,16 @@ input[type=checkbox] .pageicon { width: 4%; } + .time-right { + float: right; + color: #aaa; + margin: 4px 20px; + } } @media screen and (max-width: 1000px) { body, html { - font-size: 30px; + font-size: 35px; } .container img { float: left; @@ -797,7 +802,7 @@ input[type=checkbox] float: right; max-width: 200px; width: 7%; - margin: 0px 1%; + margin: 1% 3%; border-radius: 0%; } .timeline-avatar img { @@ -810,11 +815,11 @@ input[type=checkbox] } .cwButton { border-radius: 4px; - background-color: #999; + background-color: #555; border: none; color: #FFFFFF; text-align: center; - font-size: 26px; + font-size: 32px; padding: 2px; cursor: pointer; margin: 5px; @@ -852,4 +857,9 @@ input[type=checkbox] .pageicon { width: 8%; } + .time-right { + float: right; + color: #aaa; + margin: 25px 20px; + } }