mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 19:49:13 +00:00
New sveltekit version of page
This commit is contained in:
11
src/app.css
Normal file
11
src/app.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
font-family: "Lato", serif;
|
||||
}
|
||||
Reference in New Issue
Block a user