Skip to content

Instantly share code, notes, and snippets.

@geocine
Created January 12, 2020 09:50
Show Gist options
  • Save geocine/7f33cd5a615d217e8b6447c7883b9d45 to your computer and use it in GitHub Desktop.
Save geocine/7f33cd5a615d217e8b6447c7883b9d45 to your computer and use it in GitHub Desktop.
bloggist
.logo-container .logofont {
margin-bottom: 8px;
}
.single .entry-content {
padding: 0 20px;
}
.entry-content p {
line-height: 1.5;
font-size: 18px;
}
.entry-content h4 {
font-size: 20px;
font-weight: bold;
color: #707070;
line-height: 1.2;
}
.entry-content h3 {
font-size: 24px;
font-weight: bold;
line-height: 1.2;
}
.entry-title,
.entry-title a{
line-height: 1.2 !important;
}
.widget-title {
color: #000 !important;
}
.toggle-mobile-menu {
display: none !important;
}
.super-menu-inner .logofont {
margin-bottom: 6px;
}
.footer-info-right {
display: none;
}
.blogpost-button {
background: #84c46c;
}
.featured-thumbnail-inner {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.single .featured-thumbnail {
margin-bottom: 15px;
}
#secondary section {
padding: 0 0 20px;
}
#secondary section .search-field {
margin: 5px 0 0;
-webkit-appearance: none;
}
.top-nav-wrapper, .super-menu {
background: #ffffff4f;
}
@media (max-width: 800px) {
.single #main {
width: 111%;
transform: translateX(-5%);
}
.featured-thumbnail-inner {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment