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

Fix border-radius of owner avatar in /about/more
lolsob-rspec
David Yip 2018-02-25 16:41:47 -06:00 committed by GitHub
commit ad158b4dd1
1 changed files with 1 additions and 1 deletions

View File

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