Rounded corners of avatar images

master
Bob Mottram 2019-07-21 21:22:58 +01:00
parent 6026d8b6bd
commit fe2251b49c
2 changed files with 6 additions and 2 deletions

View File

@ -30,14 +30,14 @@ body {
max-width: 60px; max-width: 60px;
width: 100%; width: 100%;
margin-right: 20px; margin-right: 20px;
border-radius: 50%; border-radius: 10%;
} }
.container img.attachment { .container img.attachment {
max-width: 100%; max-width: 100%;
margin-left: 25%; margin-left: 25%;
width: 50%; width: 50%;
border-radius: 0%; border-radius: 10%;
} }
.container img.right { .container img.right {
float: right; float: right;

View File

@ -90,6 +90,10 @@ def htmlProfile(profileJson: {}) -> str:
' color: white;' \ ' color: white;' \
'}' \ '}' \
'' \ '' \
'.hero-text img {' \
' border-radius: 10%;' \
'}' \
'' \
'.hero-text button {' \ '.hero-text button {' \
' border: none;' \ ' border: none;' \
' outline: 0;' \ ' outline: 0;' \