Proper scaling of the default image, when a user doesn't have custom avatar #1

Closed
mareklach wants to merge 49 commits from proper_scaling_for_blank_user_avatar into main
Showing only changes of commit 12a8bfcf2d - Show all commits

View file

@ -236,9 +236,9 @@ p.error {
font-family: $playfair;
font-size: 1.75em;
font-weight: normal;
line-height: 1.75;
display: inline-block;
position: absolute;
line-height: 1.10;
display: block;
position: relative;
a {
display: block;
transition: color 0.1s ease-in;