1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-24 09:33:19 +01:00
BezierInfo-2/stylesheets/bspline.less
2016-09-14 14:55:46 -07:00

18 lines
224 B
Plaintext

.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;
}
}