Commit 6ec6405a authored by Alex's avatar Alex

Changed .inner-wrapper shadow

parent 31101935
......@@ -152,7 +152,13 @@ header.banner {
}
}
.inner-wrapper {
-moz-box-shadow: 0 2px 3px #c9c9c9;
-webkit-box-shadow: 0 2px 3px #c9c9c9;
box-shadow: 0 2px 3px #c9c9c9;
}
// Add bottom margins to cta buttons.
a.link-cta-ubuntu {
margin: 0 0 0.75em 0;
}
\ No newline at end of file
}
Markdown is supported
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