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

Commit

Permalink
Merge pull request #856 from LiskHQ/852-adjust-spacings-2
Browse files Browse the repository at this point in the history
Adjust Spacing on big-info elements 2 - Closes #852
  • Loading branch information
MichalTuleja committed Dec 12, 2018
2 parents 2cd49cf + 6d5ae0c commit b2b2ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 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
5 changes: 2 additions & 3 deletions src/components/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<h1>
Lisk Blockchain Explorer
</h1>

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

<div class="row horizontal-padding-xs horizontal-padding-s horizontal-padding-m horizontal-padding-l">
<div class="top-pb row horizontal-padding-xs horizontal-padding-s horizontal-padding-m horizontal-padding-l">
<div class="col-xs-12">
<div class="big-info">
<p class="small-title">Latest transactions<a href="/txs/" class="pull-right">More<span class="hidden-xs"> transactions</span><span class="glyphicon glyphicon-chevron-right"></span></a></p>
Expand Down

0 comments on commit b2b2ee3

Please sign in to comment.