Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Nov 26, 2024
1 parent 542d1aa commit 198dee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ <h3 class="section-title light">Statistics</h3>

<article class="section medium-padding" id="changelog">
<h3 class="section-title light">Changelog</h3>
<h5 id="changelog_element" class="light"></h5>
<div id="changelog_element" class="light"></div>
</article>

<article class="section medium-padding" id="features">
<h3 class="section-title light">Features</h3>
<h5 id="features_element" class="light"></h5>
<div id="features_element" class="light"></div>
</article>

<article class="section medium-padding" id="screenshots">
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ body {
zoom: 1.3;
}

#changelog_element,
#features_element {
font-size: 17px;
#changelog_element p,
#features_element p {
margin: 3px auto;
}

@media only screen and (max-width: 760px) {
Expand Down

0 comments on commit 198dee2

Please sign in to comment.