Fix the .content>div margin CSS.
This commit is contained in:
parent
6b7d7915a7
commit
5614097f0e
|
@ -1741,8 +1741,8 @@ div:not(.handcards)>.card>.info>span,
|
|||
position: relative;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.content>.caption + .buttons:not(*:last-child){
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in New Issue