mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-03-14 08:25:58 +00:00
8 lines
109 B
CSS
8 lines
109 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
html, body {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|