diff options
Diffstat (limited to 'design/sass')
-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; |