Posts

Finger

Default Kit

Untitled

Untitled

Untitled

generatepress

/* GeneratePress Site CSS */ .inside-article, .sidebar .widget, .comments-area { border-right: 2px solid rgba(0, 0, 0, 0.07); border-bottom: 2px solid rgba(0, 0, 0, 0.07); box-shadow: 0 0 10px rgba(232, 234, 237, 0.5); } /* Featured widget */ .sidebar .widget:first-child, .sidebar .widget:first-child .widget-title{ background-color: #83b0de; color: #fff; } .sidebar .widget:first-child a, .sidebar .widget:first-child a:hover { color: #fff; } .separate-containers .page-header { background: transparent; padding-top: 20px; padding-bottom: 20px; } .page-header h1 { font-size: 1.5em; } .button, .wp-block-button .wp-block-button__link { padding: 15px 25px; } @media (max-width: 768px) { .post-image img { max-width: 100%; } } /* End GeneratePress Site CSS */

generatepress

.main-title { border-width: 1px; border-style: solid; padding: 7px 15px; } .main-title:hover { opacity: 0.8; } .single.separate-containers .site-main > * { margin-bottom: 1px; } button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited { border-width: 1px; border-style: solid; border-color: inherit; } .widget .search-field { border: 0; } body input[type=submit].happyforms-button--submit:hover, body input[type=submit].happyforms-button--submit:focus { border-color: inherit !important; } .post-image-above-header .inside-article .featured-image, .post-image-above-header .inside-article .post-image { margin-bottom: 3em; } @media (max-width: 768px) { .separate-containers #main, .separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar { margin-top: 10px; margin-bottom: 10px; } .separate-containers .widget, .separate-containers .site-main > *, .separ...