diff --git a/style.css b/style.css index 66f6d12..6f51ddb 100644 --- a/style.css +++ b/style.css @@ -7929,6 +7929,9 @@ body { background: linear-gradient(to bottom, #142548 0%, #071839 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#142548', endColorstr='#071839',GradientType=0 ); } +#masthead .col-sm-8 { + padding-left: 5px; +} #masthead #uc-site-parent a { color: #7c878e; text-transform: uppercase; diff --git a/style.scss b/style.scss index 64cfc02..8b9ea27 100644 --- a/style.scss +++ b/style.scss @@ -37,6 +37,10 @@ body { background: linear-gradient(to bottom, #142548 0%,#071839 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142548', endColorstr='#071839',GradientType=0 ); + .col-sm-8 { + padding-left:5px; + } + #uc-site-parent a { color:$title_parent; text-transform: uppercase;