- Reworked client structure and optimized fonts

This commit is contained in:
Alexis
2020-07-17 21:02:13 +02:00
parent e1df40f474
commit 7711816a71
11 changed files with 65 additions and 104 deletions

View File

@@ -12,3 +12,10 @@ export default {
name: 'app'
}
</script>
<style lang="scss" scoped>
#srs {
min-height: 100vh;
background: url('/img/bg1.png') center center fixed repeat;
}
</style>