Skip to content
Snippets Groups Projects
Commit eafb4456 authored by Chris Lawton's avatar Chris Lawton
Browse files

moving light bg header parent selector back inside header title class - got...

moving light bg header parent selector back inside header title class - got moved in a previous merge
parent 654dc9e1
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,11 @@
padding: 0;
}
.header--light-bg & {
color: $color--dark-grey;
text-shadow: none;
}
&--homepage {
@include responsive-font-sizes(36px, 72px);
max-width: 750px;
......@@ -88,11 +93,6 @@
content: '';
transition: height, width, 10s ease;
}
.header--light-bg & {
color: $color--dark-grey;
text-shadow: none;
}
}
}
......
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