diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-28 20:37:13 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-28 20:37:13 -0600 |
commit | 3613292ebbb2bdf8b31e0ca8feacd57f858b3290 (patch) | |
tree | 00f9ab43c923889fa8280c7b0d15a48d0b9d3fbd /design/sass/_header.scss | |
parent | 19adbade7f49072876958bb1646b137dd55d7187 (diff) |
small tweak to sox logo
Diffstat (limited to 'design/sass/_header.scss')
-rw-r--r-- | design/sass/_header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/sass/_header.scss b/design/sass/_header.scss index 7620cac..fcca2d8 100644 --- a/design/sass/_header.scss +++ b/design/sass/_header.scss @@ -53,7 +53,7 @@ header[role="banner"] { display: inline-block; background-size: 102px; //if sox - background: url("img/soxlogo.svg") right bottom no-repeat; + background: url("img/soxlogo.svg") center bottom no-repeat; background-size: 70px; height: 85px; width: 105px; |