Add some sass
This commit is contained in:
parent
7720653aeb
commit
8012bef79a
11 changed files with 530 additions and 79 deletions
|
@ -102,7 +102,7 @@ export default {
|
|||
};
|
||||
|
||||
</script>
|
||||
<style>
|
||||
<style lang="scss">
|
||||
.blurb {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
@ -125,13 +125,4 @@ p {
|
|||
.recent .artwork {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.artwork {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
border-radius: 5px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue