diff --git a/style.css b/style.css index eb2b8dd..354766c 100644 --- a/style.css +++ b/style.css @@ -6813,6 +6813,10 @@ button.close { width: 150px; } +.lte7.form-control { + height: 20px; +} + /* NAV --------------------------------------------------------------*/ #nav-secondary { @@ -7485,6 +7489,12 @@ object { .widget.uc-contact-widget th { white-space: nowrap; } +.widget.uc-contact-widget td.uc-output-email { + word-break: break-all; +} +.widget.uc-contact-widget td.uc-output-more { + word-break: break-all; +} .widget.uc-ecw { padding-bottom: 1em; } @@ -8148,6 +8158,9 @@ body { font-weight: bold; color: #4C608A; } +#content #page-archive .entry-header .page-title { + padding-left: 0.57em; +} #content .col-sm-12 .page { padding-left: 3em; padding-right: 3em; diff --git a/style.scss b/style.scss index 8e5fc7e..83f9e9d 100644 --- a/style.scss +++ b/style.scss @@ -258,6 +258,13 @@ body { } } + #page-archive{ + .entry-header{ + .page-title{ + padding-left: 0.57em; + } + } + } .col-sm-12 .page { padding-left:3em;