Fix margin

This commit is contained in:
schmelczerandras 2020-11-19 13:18:22 +01:00
parent ae3bf428f0
commit b008e91461

View file

@ -1,9 +1 @@
@use '../../style/mixins' as *;
.content {
margin-top: var(--small-margin);
:first-child {
margin-top: 0;
}
}