Fix broken css expression
This commit is contained in:
parent
7a73545d8a
commit
2d52a5b13d
|
|
@ -17,7 +17,7 @@
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
background-color: $color-brand-light;
|
background-color: $color-brand-light;
|
||||||
padding: 20px, 0;
|
padding: 20px 0;
|
||||||
border-radius: $default-border-radius;
|
border-radius: $default-border-radius;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue