Skip to content

Commit

Permalink
more responsive per review
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Aug 27, 2024
1 parent bf2a8c3 commit a31352f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions src/assets/scss/downloads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@
color: $p-dark-gray;
text-align: center;
}

#bisonLogo {
width: 100%;
max-width: 441px;
}
}
6 changes: 3 additions & 3 deletions src/assets/scss/get-started.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.accordion {
height: 920px;
height: 1150px;
max-width: 460px;

label {
Expand All @@ -26,14 +26,14 @@
// Small devices (Very old phones, 690px and up)
@media (min-width: 690px) {
.accordion{
height: 890px;
height: 1000px;
}
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
.accordion{
height: 920px;
height: 1000px;

label {
font-size: 24px;
Expand Down
6 changes: 3 additions & 3 deletions src/layouts/partials/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="my-5">

{{ $bwlogo := resources.Get "/images/bw-logo.svg" }}
<img src="{{ $bwlogo.Permalink }}" class="mt-4">
<h4 class="mt-4">Bison Wallet is the official DCRDEX-compatible multi-wallet</h4>
<img id="bisonLogo" src="{{ $bwlogo.Permalink }}" class="mt-4">
<p class="mt-4">Bison Wallet is the official DCRDEX-compatible multi-wallet</p>

<div class="downloads-container">

Expand Down Expand Up @@ -102,7 +102,7 @@ <h4 class="mt-4">Bison Wallet is the official DCRDEX-compatible multi-wallet</h4
<span id="decreditonLogoText"> Decrediton</span>
</div>

<h4 class="mt-4">Use DCRDEX in Decrediton, Decred's official desktop wallet.</h4>
<p class="mt-4">Use DCRDEX in Decrediton, Decred's official desktop wallet.</p>

<div class="downloads-container">

Expand Down
2 changes: 1 addition & 1 deletion src/layouts/partials/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1>How to Get Started</h1>
<p>
Navigate to the settings view and connect to a DCRDEX server to access trading markets.
You can connect to a server and view market activity without cost, but if
you want to trade, you'll need to post a bond
you want to trade, you'll need to post a bond.
<p>
</p>
A bond is some amount of funds that will remain locked up
Expand Down

0 comments on commit a31352f

Please sign in to comment.