updated theme Twenty Nineteen
version 2.9
This commit is contained in:
@ -685,34 +685,25 @@ h1 {
|
||||
font-size: 2.25em;
|
||||
}
|
||||
|
||||
h1:before {
|
||||
background: #767676;
|
||||
content: "\020";
|
||||
display: block;
|
||||
height: 2px;
|
||||
margin: 1rem 0;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
h1.has-text-align-center:before {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
h1.has-text-align-right:before {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
h1 {
|
||||
font-size: 2.8125em;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-post-title,
|
||||
h2 {
|
||||
font-size: 1.6875em;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.wp-block-post-title,
|
||||
h2 {
|
||||
font-size: 2.25em;
|
||||
}
|
||||
}
|
||||
|
||||
h1:before,
|
||||
h2:before {
|
||||
background: #767676;
|
||||
content: "\020";
|
||||
@ -722,21 +713,17 @@ h2:before {
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
h1.has-text-align-center:before,
|
||||
h2.has-text-align-center:before {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
h1.has-text-align-right:before,
|
||||
h2.has-text-align-right:before {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
h2 {
|
||||
font-size: 2.25em;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.6875em;
|
||||
}
|
||||
@ -1012,6 +999,7 @@ figcaption,
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: 0.88889em;
|
||||
font-weight: bold;
|
||||
padding: 16.72px 22px;
|
||||
}
|
||||
|
||||
.wp-block-button .wp-block-button__link:not(.has-text-color) {
|
||||
@ -1458,12 +1446,8 @@ ul.wp-block-archives li ul,
|
||||
padding: 0.5rem;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
-webkit-margin-start: 0px;
|
||||
margin-inline-start: 0px;
|
||||
}
|
||||
|
||||
.wp-block-freeform {
|
||||
/* Add style for galleries in classic-editor block */
|
||||
-webkit-margin-start: 0;
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
|
||||
.wp-block-freeform blockquote {
|
||||
|
Reference in New Issue
Block a user