mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Fix address title styles.
Fix tx title margin right .
This commit is contained in:
parent
68240e4f5c
commit
bad75cfd4e
@ -35,17 +35,22 @@
|
||||
h1 {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-right: 10px;
|
||||
font-size: 1.9rem;
|
||||
@media (min-width: 576px) {
|
||||
font-size: 2rem;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.address-link {
|
||||
line-height: 56px;
|
||||
line-height: 56px;
|
||||
margin-left: 0px;
|
||||
top: -2px;
|
||||
position: relative;
|
||||
position: relative;
|
||||
@media (min-width: 768px) {
|
||||
line-height: 69px;
|
||||
}
|
||||
@ -70,9 +75,12 @@ h1 {
|
||||
.tx-link {
|
||||
display: block;
|
||||
width: 100%;
|
||||
top: 14px;
|
||||
top: 12px;
|
||||
position: relative;
|
||||
@media (min-width: 576px) {
|
||||
top: 14px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
top: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,10 @@
|
||||
@media (min-width: 650px) {
|
||||
margin-left: 15px;
|
||||
align-self: end;
|
||||
margin-bottom: 3px;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user