Update styling

This commit is contained in:
Ramon Wenger 2018-08-20 17:45:03 +02:00
parent f94e037c27
commit d3a65539fb
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
display: grid; display: grid;
grid-template-rows: 210px 1fr; grid-template-rows: 210px 1fr;
overflow: hidden; overflow: hidden;
box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12);
&__content { &__content {
padding: 22px; padding: 22px;

View File

@ -23,5 +23,9 @@
grid-column-gap: 30px; grid-column-gap: 30px;
grid-auto-rows: 260px; grid-auto-rows: 260px;
padding: 130px 45px; padding: 130px 45px;
max-width: 1440px;
width: 100%;
justify-self: center;
box-sizing: border-box;
} }
</style> </style>