Avatar size

master
Bob Mottram 2019-07-29 11:02:09 +01:00
parent 54ed777710
commit 2ac466118a
1 changed files with 5 additions and 15 deletions

View File

@ -20,6 +20,11 @@ body, html {
margin: 15% 0; margin: 15% 0;
} }
.followAvatar img {
border-radius: 10%;
width: 20%;
}
.followText { .followText {
font-size: 24px; font-size: 24px;
} }
@ -43,18 +48,3 @@ body, html {
background-color: #555; background-color: #555;
color: white; color: white;
} }
.container {
border: 2px solid #dedede;
background-color: #f1f1f1;
border-radius: 5px;
padding: 10px;
margin: 10px 0;
}
.container img {
max-width: 60px;
width: 100%;
margin-right: 20px;
border-radius: 10%;
}