mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
7 lines
89 B
CSS
7 lines
89 B
CSS
|
|
@import "tailwindcss";
|
||
|
|
|
||
|
|
html, body, #root {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
height: 100%;
|
||
|
|
}
|