Skip to content

Commit 1e9c8b5

Browse files
committed
Added description to "Coming soon" section
1 parent b22d096 commit 1e9c8b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

css/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ header .links .link:hover {
161161
float: none;
162162
}
163163

164+
.tile-section .mini-tile .desc {
165+
margin-top: 24px;
166+
}
167+
164168
.tile-section .screenshot {
165169
border-radius: 16px 16px 0 0;
166170
width: 100%;

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ <h2>Coming soon</h2>
155155
</div>
156156
</a>
157157
</div>
158+
<div class="desc">Lightweight cross-platform note-taking application with RTF support.</div>
158159
</div>
159160
<div class="mini-tile">
160161
<img class="icon" src="https://raw.githubusercontent.com/ModuleArt/quick-picture-viewer/master/quick-picture-viewer/resources/imgs/picture256.png"/>
@@ -164,10 +165,11 @@ <h2>Coming soon</h2>
164165
<div class="link">
165166
<img src="imgs/icons/github.png"/>
166167
<span>Windows</span>
167-
<span class="version">v1.13.0</span>
168+
<span class="version">v2.0.0</span>
168169
</div>
169170
</a>
170171
</div>
172+
<div class="desc">Major update of design and features.</div>
171173
</div>
172174
</div>
173175
<h2>Paused projects</h2>

0 commit comments

Comments
 (0)