summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--design/sass/_header.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/design/sass/_header.scss b/design/sass/_header.scss
index fcca2d8..44689b8 100644
--- a/design/sass/_header.scss
+++ b/design/sass/_header.scss
@@ -57,10 +57,13 @@ header[role="banner"] {
background-size: 70px;
height: 85px;
width: 105px;
+ width: 80px;
margin-right: 10px;
}
- h2 { margin-left: 116px;
- margin-top: -30px;
+ h2 {
+ margin-left: 116px;
+ margin-left: 90px;
+ margin-top: -30px;
}
}
}