mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-23 00:34:19 +00:00
7 lines
88 B
CSS
7 lines
88 B
CSS
.appBody {
|
|
min-width: 100svw;
|
|
min-height: 100svh;
|
|
|
|
width: 100svw;
|
|
height: 100svh;
|
|
}
|