Skip to content

Commit

Permalink
test css, fix modal
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodarko committed Aug 12, 2024
1 parent b38ce71 commit 79051ee
Show file tree
Hide file tree
Showing 6 changed files with 8,306 additions and 14 deletions.
12 changes: 2 additions & 10 deletions nuxt-app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,15 @@ useHead({
},
{
rel: "shortcut icon",
href: "@/assets/img/dde/favicon.ico",
href: "/favicon.ico",
},
{
rel: "manifest",
href: "@/assets/img/dde/site.webmanifest",
},
{
rel: "stylesheet",
href: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css",
integrity:
"sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO",
crossorigin: "anonymous",
href: "https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap",
},
{
src: "https://code.jquery.com/jquery-3.3.1.slim.min.js",
Expand All @@ -142,11 +139,6 @@ useHead({
"sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy",
crossorigin: "anonymous",
},
// {
// type: "text/css",
// rel: "stylesheet",
// href: "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css",
// },
],
script: [
{
Expand Down
Loading

0 comments on commit 79051ee

Please sign in to comment.