From 0be1f2bb1400191c760b615988c4e9d6aee96959 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 4 Sep 2019 17:46:01 +0100 Subject: [PATCH] Unfollow button font size --- epicyon-profile.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 198a232c..67f1781c 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -845,6 +845,22 @@ input[type=checkbox] .scope-desc { font-size: 32px; } + .buttonunfollow { + border-radius: 4px; + background-color: #999; + border: none; + color: #FFFFFF; + text-align: center; + font-size: 18px; + padding: 10px; + width: 20%; + max-width: 200px; + min-width: 100px; + transition: all 0.5s; + cursor: pointer; + margin: 5px; + float: right; + } } @media screen and (max-width: 1000px) { @@ -982,4 +998,20 @@ input[type=checkbox] .scope-desc { font-size: 30px; } + .buttonunfollow { + border-radius: 4px; + background-color: #999; + border: none; + color: #FFFFFF; + text-align: center; + font-size: 30px; + padding: 10px; + width: 20%; + max-width: 200px; + min-width: 100px; + transition: all 0.5s; + cursor: pointer; + margin: 5px; + float: right; + } }