|
@@ -617,63 +617,6 @@ textarea:focus {
|
|
|
color: var(--wp--custom--color--foreground);
|
|
|
}
|
|
|
|
|
|
-@media (max-width: 479px) {
|
|
|
- .post-header {
|
|
|
- min-height: 100vh;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
- .post-header::after {
|
|
|
- content: "";
|
|
|
- height: 10px;
|
|
|
- width: 23px;
|
|
|
- -webkit-mask-image: url(arrow.svg);
|
|
|
- mask-image: url(arrow.svg);
|
|
|
- -webkit-mask-repeat: no-repeat;
|
|
|
- mask-repeat: no-repeat;
|
|
|
- background-color: var(--wp--custom--color--foreground);
|
|
|
- transform: translateX(-50%);
|
|
|
- position: absolute;
|
|
|
- bottom: 1.5rem;
|
|
|
- left: 50%;
|
|
|
- }
|
|
|
- .post-header .wp-block-spacer {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .post-header .wp-block-post-featured-image {
|
|
|
- order: -1;
|
|
|
- height: 100vh;
|
|
|
- }
|
|
|
- .post-header .wp-block-post-featured-image img {
|
|
|
- -o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .single.admin-bar .post-header {
|
|
|
- min-height: calc( 100vh - 46px);
|
|
|
- }
|
|
|
- .single.admin-bar .wp-block-post-featured-image {
|
|
|
- height: calc( 100vh - 46px);
|
|
|
- }
|
|
|
- .single.admin-bar .site-header {
|
|
|
- top: 46px;
|
|
|
- }
|
|
|
- .single.wp-custom-logo .post-header {
|
|
|
- padding-top: 150px !important;
|
|
|
- }
|
|
|
- .single.wp-custom-logo .wp-block-post-featured-image {
|
|
|
- margin-top: -150px !important;
|
|
|
- }
|
|
|
- .single .site-header {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-query .wp-block-post-featured-image {
|
|
|
margin-top: calc( var(--wp--custom--margin--vertical) / 2);
|
|
|
}
|