1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 12:01:54 +02:00
This commit is contained in:
Pomax
2016-09-14 14:55:46 -07:00
parent d7d1df1119
commit b9e1d711fd
15 changed files with 538 additions and 74 deletions

View File

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

View File

@@ -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;