diff options
author | luxagraf <sng@luxagraf.net> | 2018-11-03 14:17:32 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-11-03 14:17:32 -0600 |
commit | 7cf19cf20663b2d6bf3626e2ac3658468985fc5a (patch) | |
tree | 45aa9c8238303e1c5a44bb007c18a9d2cad4eee1 /design/sass | |
parent | edee12196e89bb5833c5eac60bd9cd1950381d32 (diff) |
rewound to get rid of sox logo
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_archives.scss | 2 | ||||
-rw-r--r-- | design/sass/_header.scss | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss index 3da3af2..6e2e66a 100644 --- a/design/sass/_archives.scss +++ b/design/sass/_archives.scss @@ -163,10 +163,12 @@ @include breakpoint(gamma){ .recent { max-width: 64%; + width: 64%; float: left; } .popular { max-width: 33%; + width: 33%; float: right; } } diff --git a/design/sass/_header.scss b/design/sass/_header.scss index 44689b8..9c00f5e 100644 --- a/design/sass/_header.scss +++ b/design/sass/_header.scss @@ -26,8 +26,8 @@ header[role="banner"] { background-size: 95px; background-size: 85px; //if sox - background: url("img/soxlogo.svg") center top no-repeat; - background-size: 60px; + #background: url("img/soxlogo.svg") center top no-repeat; + #background-size: 60px; display: block; margin: 0.75em auto 0; } @@ -53,16 +53,18 @@ header[role="banner"] { display: inline-block; background-size: 102px; //if sox - background: url("img/soxlogo.svg") center bottom no-repeat; - background-size: 70px; + #background: url("img/soxlogo.svg") center bottom no-repeat; + #background-size: 70px; height: 85px; width: 105px; - width: 80px; + //if sox + #width: 80px; margin-right: 10px; } h2 { margin-left: 116px; - margin-left: 90px; + //if sox + #margin-left: 90px; margin-top: -30px; } } |