Update styling
This commit is contained in:
parent
f94e037c27
commit
d3a65539fb
|
|
@ -23,6 +23,7 @@
|
|||
display: grid;
|
||||
grid-template-rows: 210px 1fr;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12);
|
||||
|
||||
&__content {
|
||||
padding: 22px;
|
||||
|
|
|
|||
|
|
@ -23,5 +23,9 @@
|
|||
grid-column-gap: 30px;
|
||||
grid-auto-rows: 260px;
|
||||
padding: 130px 45px;
|
||||
max-width: 1440px;
|
||||
width: 100%;
|
||||
justify-self: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue