UNCLASSIFIED - NO CUI

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

hide wisps on products page

parent 08ae21bf
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,10 @@ export default {
};
</script>
<style lang="scss" scoped>
.home {
.page-header {
margin-bottom: 5rem !important;
<style lang="scss">
body.products-page {
.wisps {
display: none;
}
}
</style>
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