Skip to content

Commit

Permalink
design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Sep 24, 2024
1 parent 39b2f7a commit 454d759
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scss/components/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.preview-strip.white {
background: rgba(0, 0, 0, .2);
background: $tertiary_100;
border-radius: 20px;
}

Expand Down
3 changes: 0 additions & 3 deletions stratum/templates/download.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

<main id="content">
<section class="mb2">
<h2 class="mb">Download options</h2>
<p class="mb2">There a few different distributions of Stratum to choose from depending on your preferences</p>

<div class="row gaps2 mb2">
<div class="column sm-col12 sm-between sm-mb2 md-col4">
<div>
Expand Down
2 changes: 1 addition & 1 deletion stratum/templates/iconpacks.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="row sm-middle">
<a href="{{ pack.download_url }}" class="button neutral mr" rel="nofollow noopener"><i class="icon-file_download"></i>Download ({{ pack.icon_count }} icons)</a>
<div class="sm-col ml">
<div class="sm-col">
<small>{{ pack.download_count }} downloads this month</small>
</div>
</div>
Expand Down

0 comments on commit 454d759

Please sign in to comment.