mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-02-24 01:22:26 +01:00
20 lines
267 B
Plaintext
20 lines
267 B
Plaintext
.bspline-graphic {
|
|
border: 1px solid black;
|
|
background: white;
|
|
}
|
|
|
|
.two-column {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
align-items: end;
|
|
|
|
canvas {
|
|
flex: none;
|
|
}
|
|
|
|
section {
|
|
margin-top: 0;
|
|
padding-left: 2em;
|
|
align-self: center
|
|
}
|
|
} |