1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 21:02:49 +02:00

dual rendering possible using --singles

This commit is contained in:
Pomax
2016-01-16 17:57:16 -08:00
parent a346272dee
commit 819b628456
21 changed files with 4748 additions and 119 deletions

View File

@@ -19,4 +19,23 @@ navigation {
}
}
}
&.compact {
width: 100%;
border: none;
border-top: 1px solid grey;
padding-top: 2em;
margin-top: 2em;
ul {
background: inherit;
li {
display: inline-block;
&:not(:last-child) {
margin-right: 1em;
}
}
}
}
}