mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-09 08:00:41 +02:00
bsplines
This commit is contained in:
@@ -320,6 +320,18 @@ footer {
|
||||
}
|
||||
.bspline-graphic {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
.two-column {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.two-column canvas {
|
||||
flex: none;
|
||||
}
|
||||
.two-column section {
|
||||
margin-top: 0;
|
||||
padding-left: 2em;
|
||||
}
|
||||
code {
|
||||
background: #DDE;
|
||||
|
Reference in New Issue
Block a user