File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,7 @@ section#donations {
671671 h2 {
672672 margin : 0 ;
673673 }
674+ padding : 15pt 25pt ;
674675 .tag {
675676 font-size : 52% ;
676677 background-color : $index-code-bg ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ <h3>Efficient</h3>
2222 which are small and allow easy redistribution.</ li >
2323 < li > The Nim compiler and the generated executables support all major platforms like
2424 Windows, Linux, BSD and Mac OS X.</ li >
25- < li > Fast deferred reference counting memory management that supports real-time systems</ li >
25+ < li > Fast deferred reference counting memory management that supports real-time systems. </ li >
2626 < li > Modern concepts like zero-overhead iterators and compile time evaluation
2727 of user-defined functions, in combination with the preference of value-based
2828 datatypes allocated on the stack, lead to extremely performant code.</ li >
You can’t perform that action at this time.
0 commit comments