Add some sass

This commit is contained in:
Jonathan Cremin 2018-04-28 20:56:20 +01:00
parent 7720653aeb
commit 8012bef79a
11 changed files with 530 additions and 79 deletions

View file

@ -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>