Skip to content
Snippets Groups Projects
Commit 7f8c0008 authored by alexisben's avatar alexisben
Browse files

margins

parent 419665f3
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@
left: 0;
pointer-events: none;
width: 100%;
mix-blend-mode: difference;
}
.d-spacing.is-visible {
display: block;
......@@ -74,11 +75,11 @@
}
.d-spacing > div {
width: 100%;
border-bottom: 1px solid #000;
border-bottom: 1px solid white;
display: block;
}
.d-spacing > div:nth-child(1){
border-top: 1px solid #000;
border-top: 1px solid white;
height: var(--spacing0);
}
.d-spacing > div:nth-child(1) span{
......
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