Skip to content
Snippets Groups Projects
Commit 63ba0a38 authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

fixed the project slider margin for large screens

parent 4240bf3e
Branches
Tags
No related merge requests found
......@@ -55,5 +55,18 @@
width: calc(33.3% - 24px);
}
}
@include mx.breakpoint(large) {
padding: 30px 90px;
margin: -30px -90px;
.prev-button {
left: 70px;
}
.next-button {
right: 70px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment