mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 12:01:54 +02:00
bsplines
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
.bspline-graphic {
|
||||
border: 1px solid black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.two-column {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
|
||||
canvas {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-top: 0;
|
||||
padding-left: 2em;
|
||||
}
|
||||
}
|
@@ -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