Add SVG pattern on background

This commit is contained in:
2020-12-04 20:41:59 +01:00
parent bb09df70f5
commit 103a49daef
5 changed files with 45 additions and 22 deletions

View File

@@ -20,3 +20,10 @@ export default {
}
};
</script>
<style lang="less">
.fruits {
margin: 0 auto;
max-width: 1200px;
}
</style>