Merge pull request #370 from KnzkDev/fix/border-radius

Fix border-radius of owner avatar in /about/more
This commit is contained in:
David Yip 2018-02-25 16:41:47 -06:00 committed by GitHub
commit a3c794d5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -502,7 +502,7 @@ $small-breakpoint: 960px;
display: block; display: block;
width: 80px; width: 80px;
height: 80px; height: 80px;
border-radius: 48px; border-radius: $ui-avatar-border-size;
} }
} }