mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Apply a consistent margin between wallets in "Choose your wallet"
This commit is contained in:
parent
56ac2c6e99
commit
e0e84f85b1
2 changed files with 5 additions and 5 deletions
|
@ -662,9 +662,9 @@ li p{
|
|||
}
|
||||
.previewrow{
|
||||
float:left;
|
||||
width:260px;
|
||||
width:255px;
|
||||
text-align:justify;
|
||||
padding-left:30px;
|
||||
padding-left:40px;
|
||||
position:relative;
|
||||
}
|
||||
.previewrow>h2{
|
||||
|
@ -673,7 +673,7 @@ li p{
|
|||
.previewrow>div{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
margin-right:17px;
|
||||
margin-right:15px;
|
||||
margin-bottom:12px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue