Add some sass
This commit is contained in:
parent
7720653aeb
commit
8012bef79a
11 changed files with 530 additions and 79 deletions
|
@ -84,7 +84,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
.content ul {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
@ -98,18 +98,6 @@ export default {
|
|||
color: #445470;
|
||||
font-weight: 700;
|
||||
}
|
||||
.artwork {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.artwork-youtube {
|
||||
background-position: 50% 0%;
|
||||
}
|
||||
.service {
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue