Adds new material theme

This commit is contained in:
Alicia Sykes
2021-06-02 16:05:42 +01:00
parent 9cf720e711
commit 453b162cac
6 changed files with 198 additions and 110 deletions

View File

@@ -204,6 +204,7 @@ export default {
<style lang="scss" scoped>
@import '@/styles/media-queries.scss';
@import '@/styles/style-helpers.scss';
.home {
padding-bottom: 1px;
@@ -216,7 +217,9 @@ export default {
display: grid;
gap: 0.5rem;
margin: 0 auto;
max-width: 1200px;
max-width: 90%;
overflow: auto;
@extend .scroll-bar;
@include monitor-up {
max-width: 1400px;
}