Bigger button separation

master
Bob Mottram 2019-07-29 11:05:21 +01:00
parent 2ac466118a
commit ae41a0996e
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ body, html {
.followAvatar img { .followAvatar img {
border-radius: 10%; border-radius: 10%;
width: 20%; width: 20%;
min-width: 200px;
} }
.followText { .followText {
@ -41,7 +42,7 @@ body, html {
max-width: 200px; max-width: 200px;
min-width: 100px; min-width: 100px;
cursor: pointer; cursor: pointer;
margin: 5px; margin: 30px;
} }
.button:hover { .button:hover {