diff --git a/style.css b/style.css index 3ec07e6..c50c9ea 100644 --- a/style.css +++ b/style.css @@ -6819,6 +6819,10 @@ button.close { width: 150px; } +.lte7.form-control { + height: 20px; +} + /* NAV --------------------------------------------------------------*/ #nav-secondary { @@ -7440,6 +7444,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; } @@ -8091,6 +8101,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 5bc2e85..de91866 100644 --- a/style.scss +++ b/style.scss @@ -246,6 +246,13 @@ body { } } + #page-archive{ + .entry-header{ + .page-title{ + padding-left: 0.57em; + } + } + } .col-sm-12 .page { padding-left:3em;