1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-13 04:04:28 +02:00
Files
BezierInfo-2/stylesheets/comments.less
Mike Kamermans 25a18d8891 Use Preact, rather than React (#91)
* moving to Preact to shave off 100+kb

* preact'ed
2017-04-02 14:32:06 -07:00

7 lines
120 B
Plaintext

#comments {
width: calc(960px + 2em);
margin-top: 0;
border-top: 1px solid rgba(255, 0, 0, 0.5);
paddingTop: 3em;
}