Skip to content

Commit 63fbcef

Browse files
committed
button height
1 parent 4fcb33e commit 63fbcef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/download-confirm.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const tags = [
6868
<p><strong>Latest release</strong></p>
6969
<ul>
7070
<li>
71-
Version : 1.3.0
71+
Version : 1.3.1
7272
</li>
7373
<li>
7474
Release date: 14.05.2025
@@ -79,7 +79,7 @@ const tags = [
7979
</p>
8080
<div class="learn-more">
8181
<a
82-
href="https://github.com/DefGuard/defguard/releases/tag/v1.3.0"
82+
href="https://github.com/DefGuard/defguard/releases/tag/v1.3.1"
8383
class="learn-more-link"
8484
>
8585
Download from GitHub
@@ -124,7 +124,7 @@ const tags = [
124124

125125
.btn.size-normal{
126126
margin: 0 0 0 auto;
127-
min-height: unset;
127+
min-height: unset !important;
128128
height:38px;
129129
border-radius: unset;
130130
width: 100%;

0 commit comments

Comments
 (0)