updated theme Twenty Nineteen
version 3.1
This commit is contained in:
@ -86,6 +86,10 @@
|
||||
top: calc(-3.5 * #{$size__spacing-unit});
|
||||
width: calc(100vw / 12 );
|
||||
}
|
||||
|
||||
.comment-reply-title small {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
#comments {
|
||||
@ -201,8 +205,10 @@
|
||||
|
||||
.avatar {
|
||||
float: left;
|
||||
height: calc(2.25 * #{$size__spacing-unit});
|
||||
margin-right: $size__spacing-unit;
|
||||
position: relative;
|
||||
width: calc(2.25 * #{$size__spacing-unit});
|
||||
|
||||
@include media(tablet) {
|
||||
float: inherit;
|
||||
|
Reference in New Issue
Block a user