mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Fixes #130
This commit is contained in:
parent
df118764df
commit
2f3315dcfc
2 changed files with 5 additions and 4 deletions
|
@ -260,10 +260,11 @@ aside {
|
|||
}
|
||||
|
||||
#user_description, #sub_description {
|
||||
margin: 0 20px;
|
||||
margin: 0 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#user_name, #user_description:not(:empty), #user_icon
|
||||
#user_name, #user_description:not(:empty), #user_icon,
|
||||
#sub_name, #sub_icon, #sub_description:not(:empty) {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue