Fix the .content>div margin CSS.

This commit is contained in:
Tipx-L 2023-08-22 02:43:58 -07:00
parent 6b7d7915a7
commit 5614097f0e
1 changed files with 2 additions and 2 deletions

View File

@ -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;