Removed axios import now that api calls are moved to seasonedAPI. Add gst
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import axios from 'axios'
|
|
||||||
import storage from '../storage.js'
|
import storage from '../storage.js'
|
||||||
import LandingBanner from '@/components/LandingBanner.vue'
|
import LandingBanner from '@/components/LandingBanner.vue'
|
||||||
import MoviesList from './MoviesList.vue'
|
import MoviesList from './MoviesList.vue'
|
||||||
@@ -36,7 +35,9 @@ export default {
|
|||||||
@import "./src/scss/media-queries";
|
@import "./src/scss/media-queries";
|
||||||
.home{
|
.home{
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 50px 0 0;
|
@include desktop-min{
|
||||||
|
padding: 50px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.wrapper{
|
.wrapper{
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user