/*
 * dice-roll.css - Roll a Die page
 * The single dice stage; result lines and buttons come from the shared
 * practical-tools category styles
 */

.dice-stage {
    display: flex;
    justify-content: center;
    padding: 0.5rem 0 1.25rem;
}

/* the dice frame is a touch smaller than the hand frames on other pages */
.dice-stage .solo-frame {
    width: min(220px, 40vw);
}
