updated theme Twenty Nineteen version 3.1

This commit is contained in:
2025-04-29 21:21:21 +00:00
committed by Gitium
parent 5dc2981470
commit 51f6d193dd
23 changed files with 408 additions and 337 deletions

View File

@ -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;