diff --git a/public/ExamplesRes/Examplesbanner.png b/public/ExamplesRes/Examplesbanner.png deleted file mode 100644 index 84cebe1..0000000 Binary files a/public/ExamplesRes/Examplesbanner.png and /dev/null differ diff --git a/public/ExamplesRes/Examplesbanner_wep.png b/public/ExamplesRes/Examplesbanner_wep.png deleted file mode 100644 index 71e8f12..0000000 Binary files a/public/ExamplesRes/Examplesbanner_wep.png and /dev/null differ diff --git a/src/components/ExampleItem.vue b/src/components/ExampleItem.vue index 06864eb..193f074 100644 --- a/src/components/ExampleItem.vue +++ b/src/components/ExampleItem.vue @@ -219,13 +219,7 @@ export default { #passagebanner{ position: relative; - @include media-breakpoint-between(xs, md) { - background-image: url('/ExamplesRes/Examplesbanner_wep.png'); - } - - @include media-breakpoint-up(md) { - background-image: url('/ExamplesRes/Examplesbanner.png'); - } + background-color: black; } #imglist{