Remove the external font and recommended for you genre
parent
6635c063d8
commit
24f69c23b7
|
|
@ -33,7 +33,6 @@
|
||||||
<div class="grow-half recommend" >
|
<div class="grow-half recommend" >
|
||||||
<div class="recommend__title">
|
<div class="recommend__title">
|
||||||
<legend>Recommended For You</legend>
|
<legend>Recommended For You</legend>
|
||||||
<h3>Rock</h3>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<carousel :dots="false" :nav="false" :autoWidth="true" class="carousel-custom">
|
<carousel :dots="false" :nav="false" :autoWidth="true" class="carousel-custom">
|
||||||
|
|
@ -206,8 +205,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do&display=swap') // have to refactor this
|
|
||||||
|
|
||||||
section.page
|
section.page
|
||||||
padding: 1rem 2.5rem
|
padding: 1rem 2.5rem
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
|
|
@ -274,7 +271,6 @@ section.page
|
||||||
h3
|
h3
|
||||||
font-size: 1.5rem
|
font-size: 1.5rem
|
||||||
font-weight: 200
|
font-weight: 200
|
||||||
font-family: 'Nothing You Could Do', cursive;
|
|
||||||
margin-left: 1rem
|
margin-left: 1rem
|
||||||
.carousel-custom
|
.carousel-custom
|
||||||
.owl-stage-outer
|
.owl-stage-outer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue