feat(gallery): simple gallery setup
NOTE: inspiration from https://github.com/Flosciante/nuxt-image-gallery
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
@import url(https://fonts.bunny.net/css?family=jetbrains-mono:400,800);
|
||||
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@font-face {
|
||||
font-family: "NDS7";
|
||||
src: url("/assets/fonts/nds-7px.woff2") format("woff2");
|
||||
@@ -26,14 +31,3 @@
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
image-rendering: pixelated;
|
||||
image-rendering: crisp-edges;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user