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