forked from 20xd6/simple_blog
Update the pfp size CSS
Add a pfp-small class and adjust the pfp size to 50px by 50px.
This commit is contained in:
@@ -126,6 +126,14 @@ img.center_align{
|
||||
vertical-align:middle;
|
||||
}
|
||||
img.pfp {
|
||||
vertical-align: middle;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 25px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
img.pfp-small {
|
||||
vertical-align: middle;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
|
||||
Reference in New Issue
Block a user