minimalist-newspaper

minimalist-newspaper

By coloradotha
|
May 03, 2023

.header-bg {
display: flex;
justify-content: space-between;
align-items: center;
}

.site-branding {
padding: 4px 25px;
}

.primary-menu .pmenu, .super-menu, #smobile-menu, .primary-menu ul li ul.children, .primary-menu ul li ul.sub-menu {
background-color: black;
}

#block-10 {
margin-bottom: 0 !important;
}

#block-12, #block-13 {
margin-bottom: 1rem;
}

#block-12 p, #block-13 p {
font-size: 0.785rem;
color: #AAA;
}

.footer-column-wrapper {
display: flex;
justify-content: space-between;
}

.footer-column-three {
width: 100%;
padding: 1rem 0;
}

.footer-column-three section {
width: 100%;
}

.site-info {
display: none;
}

.entry-header, .entry-header h1, .post-data-text {
width: 100%;
text-align: left;
}

.entry-meta, .post-data-text {
padding: 0;
}

#block-23 h3 {
margin-bottom: 0;
}

#block-23 ol {
list-style: initial;
margin: 0;
padding: 0 1rem;
}

.yarpp-thumbnails-horizontal {
display: flex !important;
flex-direction: column !important;
margin-top: 1rem !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
width: 100% !important;
height: auto !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail span {
margin-bottom: 0 !important;
}

.yarpp-thumbnail {
display: flex !important;
flex-wrap: nowrap !important;
flex-direction: row !important;
border: none !important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
width: 80px !important;
height: 60px !important;
object-fit: cover !important;
}

button, input[type=button], input[type=reset], input[type=submit] {
background: #35b234;
}

figcaption {
font-size: 0.75rem;
}

.showthis {
display: block !important;
}
.hidethis {
display: none !important;
}

@media only screen and (max-width: 600px) {
.header-bg {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.widget_search {
padding: 1rem;
}
.wp-block-search__input {
width: 100%;
}
.wp-block-search {
margin-left: 0 !important;
}
}

Related Articles