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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user