Skip to content

Commit 810bc66

Browse files
committed
minor fixes
1 parent 371d31c commit 810bc66

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jekyll/assets/css/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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;

jekyll/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)