Skip to content

Commit 5ac1ae3

Browse files
committed
fixup! Move /download to /install
1 parent 6dab084 commit 5ac1ae3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/sass/install.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
h1 {
7878
margin: 0;
7979
}
80-
8180
}
8281

8382
.version-badge {
@@ -87,6 +86,9 @@
8786
border-radius: 6px;
8887
font-size: 0.75rem;
8988
font-weight: bold;
89+
@media (max-width: $mobile-m) {
90+
max-width: 150px;
91+
}
9092

9193
a {
9294
color: var(--link-color);

0 commit comments

Comments
 (0)