Skip to content

Commit 8f0233c

Browse files
committed
Fixing 3D box title margin regression from recent visual tweaks
Impacted mobile devices / small screens only.
1 parent 7646b1c commit 8f0233c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/static/css/core.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,13 +564,13 @@ menu {
564564
.shadow-and-box-wrapper {
565565
transform: scale(0.875);
566566
}
567-
.board-game .shadow-and-box-wrapper .metadata {
568-
margin-top: 2.75em;
569-
}
570567
.board-game .wrapper .metadata {
571568
margin-top: 1em;
572569
margin-bottom: 2em;
573570
}
571+
.board-game.threeDBox .metadata {
572+
margin-top: 2.75em;
573+
}
574574

575575
/* ----- COLLECTION STATISTICS ----- */
576576

0 commit comments

Comments
 (0)