when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em
This commit is contained in:
@@ -1013,7 +1013,7 @@ footer {
|
||||
.wall-item-content {
|
||||
margin-left: 10px;
|
||||
overflow: auto;
|
||||
font-size: $font_sizepx;
|
||||
font-size: $font_size;
|
||||
}
|
||||
|
||||
.wall-item-content img {
|
||||
|
||||
Reference in New Issue
Block a user