Skip to content

Commit c556196

Browse files
committed
ok
1 parent 5c61e6c commit c556196

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/about.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,10 @@ <h2><i class="nf nf-fa-group"></i> ...for everyone.</h2>
4343
<div class="card">
4444
<h2><i class="nf nf-md-puzzle"></i> Extensibility is key...</h2>
4545
<p>WriterSharp has a powerful plugin API that lets developers extend WriterSharp in ways that one might not think are possible.</p>
46-
<a href="#">Learn More <i class="nf nf-fa-arrow_right"></i></a>
4746
</div>
4847
<div class="card">
4948
<h2><i class="nf nf-fa-paintbrush"></i> ...and so is innovation.</h2>
5049
<p>WriterSharp reimagines code editing, by being one of the only code editors to actually come with a bundled "Designer" which plugins can use in whichever way they want: from simple Markdown previews to straight-up real-time UI designing or even image editing. This way, plugin developers don't need to create their own "Designer" panels - they simply push changes to the existing one.</p>
51-
<a href="#">Learn More <i class="nf nf-fa-arrow_right"></i></a>
5250
</div>
5351
</div>
5452
</section>

docs/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ blockquote footer {
173173
}
174174

175175
footer {
176-
height: 60px;
176+
height: 120px;
177177
background-color: var(--bg-light);
178178
border-top: 1px solid var(--border-light);
179179
display: flex;

0 commit comments

Comments
 (0)