Fix padding
This commit is contained in:
parent
f5dabcc218
commit
ba5124fe1c
2 changed files with 7 additions and 3 deletions
|
|
@ -73,9 +73,9 @@ h4.title a {
|
|||
}
|
||||
|
||||
|
||||
.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 {
|
||||
.preferences h4, .modal-content h4, .glidera h4 {
|
||||
background: #F6F7F9;
|
||||
padding: 15px 0px 5px 10px;
|
||||
padding: 25px 0px 5px 10px;
|
||||
text-transform: uppercase;
|
||||
color: #555;
|
||||
font-size: 12px;
|
||||
|
|
@ -83,6 +83,10 @@ h4.title a {
|
|||
margin:0;
|
||||
}
|
||||
|
||||
.walletHome h4 {
|
||||
padding: 15px 0px 5px 10px;
|
||||
}
|
||||
|
||||
|
||||
.preferences ul, .modal-content ul {
|
||||
font-size:14px;
|
||||
|
|
|
|||
|
|
@ -240,7 +240,7 @@ _:-ms-fullscreen, :root .main {
|
|||
position: absolute;
|
||||
top: inherit;
|
||||
left: 10px;
|
||||
bottom: 30px;
|
||||
bottom: 26px;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue