/*
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
For more information, please refer to <https://unlicense.org/>
SPDX-License-Identifier: Unlicense
*/
@media screen and (min-width: 125px) {
canvas, #panel { width: 125px; height: 77px; }
}
@media screen and (min-width: 250px) {
canvas, #panel { width: 250px; height: 155px; }
}
@media screen and (min-width: 500px) {
canvas, #panel { width: 500px; height: 310px; }
}