1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-24 01:22:26 +01:00
BezierInfo-2/stylesheets/bspline.less

20 lines
267 B
Plaintext
Raw Normal View History

2016-09-11 17:55:42 -07:00
.bspline-graphic {
border: 1px solid black;
2016-09-14 14:55:46 -07:00
background: white;
2016-09-11 17:55:42 -07:00
}
2016-09-14 14:55:46 -07:00
.two-column {
display: flex;
flex-direction: row-reverse;
align-items: end;
2016-09-14 14:55:46 -07:00
canvas {
flex: none;
}
section {
margin-top: 0;
padding-left: 2em;
align-self: center
2016-09-14 14:55:46 -07:00
}
}