Skip to content
Snippets Groups Projects
Commit 19f33879 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Fix for #140

parent 9be7f2d4
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@
// Local masthead secondary links on mobile
@media screen and (max-width: 39.9375em) {
.masthead ul.menu.dropdown.float-right > li {
.masthead ul.menu.dropdown.float-right > li:last-child {
margin-bottom: -50px;
}
......@@ -279,7 +279,7 @@
background-size: cover;
background-color: $masthead-background;
// triangle svg background
background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="147 248 60 248" xml:space="preserve"><polygon class="st0" fill="%23000" fill-opacity="0.05" points="147,363.6 259.3,363.6 259.3,428.4 203.2,460.9 147,428.4 "/></svg>');
background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="147 248 60 248" xml:space="preserve"><polygon class="st0" fill="%23000" fill-opacity="0.05" points="147,363.6 259.3,363.6 259.3,428.4 203.2,460.9 147,428.4 "/></svg>');
a,
button {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment