updated theme Twenty Nineteen version 1.7

This commit is contained in:
2020-08-13 14:53:54 +00:00
committed by Gitium
parent d748d6088b
commit f1c4277fcd
17 changed files with 1970 additions and 1940 deletions

View File

@ -339,6 +339,12 @@
line-height: 1;
font-weight: bold;
margin: 0 0.25em 0 0;
@-moz-document url-prefix() {
& {
margin-top: 0.2em;
}
}
}
}
@ -678,6 +684,11 @@
max-width: 2.25em;
text-align: left;
&:not(.wp-block-separator) {
max-width: 100%;
@include postContentMaxWidth();
}
&.is-style-wide {
max-width: 100%;
@include postContentMaxWidth();

View File

@ -205,7 +205,7 @@
line-height: $font__line-height-heading;
text-shadow: none;
padding: calc( .5 * #{$size__spacing-unit} ) calc( 24px + #{$size__spacing-unit} ) calc( .5 * #{$size__spacing-unit} ) $size__spacing-unit;
white-space: nowrap;
max-width: #{20 * $size__spacing-unit};
&:hover,
&:focus {