Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Add a class top-pb and change the padding-bottom for .big-info to 0px
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Sato committed Dec 11, 2018
1 parent 2cd49cf commit 725ecde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 4 additions & 7 deletions src/assets/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ qrcode + span {
white-space:normal;
word-wrap: break-word;
overflow-wrap: break-word;
width: 100%;
}

.pk-mobile-style {
Expand Down Expand Up @@ -1139,8 +1138,6 @@ qrcode + span {
-webkit-animation-timing-function: linear;
}

.transaction-vin-vout {
}

.v_highlight {
margin-bottom: 1em;
Expand Down Expand Up @@ -1197,8 +1194,8 @@ a.v_highlight_more {
display: none;
}

.big-info {
padding-bottom: 24px;
.top-pb .big-info {
padding-bottom: 0px;
padding-top: 0px;
}

Expand All @@ -1220,8 +1217,8 @@ a.v_highlight_more {
}

@media (max-width: 768px) {
.big-info {
padding-bottom: 12px;
.top-pb .big-info {
padding-bottom: 0px;
padding-top: 0px;
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/components/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1>
Lisk Blockchain Explorer
</h1>

<div class="top-pb">
<div class="row horizontal-padding-xs horizontal-padding-s horizontal-padding-m horizontal-padding-l">
<div class="col-xs-12 col-md-6">
<div class="row">
Expand Down Expand Up @@ -203,4 +203,5 @@ <h1>
</div>
</div>
</div>
</div>
</section>

0 comments on commit 725ecde

Please sign in to comment.