UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 91c561ee authored by Graham Smith's avatar Graham Smith
Browse files

header bg color

parent 4f302316
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,9 @@ export default {
</script>
<style lang="scss" scoped>
.page-header {
background-color: $secondary-bg-color;
background-color: #000000;
background-image: url(~@/assets/images/tech-bg.jpg);
background-position-y: -260px;
background-position-y: -240px;
background-repeat: no-repeat;
background-attachment: fixed;
overflow: auto;
......@@ -73,8 +73,8 @@ export default {
z-index: 1;
svg {
width: 100%;
height: 100%;
width: 101%; // 101 to fix rounding issues on zooming?
height: 101%; // 101 to fix rounding issues on zooming?
transform: scale(-1, -1);
path {
fill: $primary-bg-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment