mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 20:11:59 +02:00
Use Preact, rather than React (#91)
* moving to Preact to shave off 100+kb * preact'ed
This commit is contained in:
6
stylesheets/comments.less
Normal file
6
stylesheets/comments.less
Normal file
@@ -0,0 +1,6 @@
|
||||
#comments {
|
||||
width: calc(960px + 2em);
|
||||
margin-top: 0;
|
||||
border-top: 1px solid rgba(255, 0, 0, 0.5);
|
||||
paddingTop: 3em;
|
||||
}
|
@@ -374,3 +374,9 @@ code {
|
||||
background: #DDE;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
#comments {
|
||||
width: calc(962px);
|
||||
margin-top: 0;
|
||||
border-top: 1px solid rgba(255, 0, 0, 0.5);
|
||||
paddingTop: 3em;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@@ -65,3 +65,4 @@ footer {
|
||||
@import "relatives.less";
|
||||
@import "bspline.less";
|
||||
@import "code.less";
|
||||
@import "comments.less";
|
||||
|
Reference in New Issue
Block a user