webtools/site/mahjong/style.css
Leon Mika 1f8394f23b
Some checks failed
/ publish (push) Failing after 34s
Added the end game
2025-12-20 22:32:30 +11:00

21 lines
299 B
CSS

.hidden {
display: none;
}
.main-table {
table-layout: fixed;
}
.score-input-group {
display: grid;
gap: 15px;
grid-template-columns: 2fr 1fr;
align-items: baseline;
}
.btns {
display: flex;
gap: 10px;
justify-content: space-between;
align-items: center;
}