/*!* * This file is part of the SplendidBear Websites' projects. * * Copyright (c) 2026 @ www.splendidbear.org * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ html { height: 100%; padding: 0; margin: 0; } body { height: 100%; min-height: 100%; padding: 0; margin: 0; } main { width: 100%; height: 100%; } .mine-container { background-size: cover; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; margin: 0; padding: 0; } .clear { clear: both } #mine-wrapper, #mine-wrapper * { -webkit-box-sizing: border-box; box-sizing: border-box; } #mine-wrapper { display: table; width: 842px; margin: 0 auto; } #mine-wrapper .game-wrapper { background: #000; position: relative; display: flex; flex-direction: row; align-items: flex-start; padding: 10px; -webkit-border-radius: 10px; border-radius: 10px; }