Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Site Title Indent Fix
- Altered site title padding
  • Loading branch information
briandunnigan authored and briandunnigan committed Oct 31, 2014
1 parent 16cec66 commit 0d3702e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions style.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 0d3702e

Please sign in to comment.