Margin between all wines elements.

This commit is contained in:
2020-11-03 13:13:23 +01:00
parent dc0b9859fc
commit 607d47aee5

View File

@@ -97,16 +97,7 @@ h1 {
> div {
justify-content: flex-start;
}
}
.winners-container {
display: flex;
flex-direction: column;
margin-top: 1rem;
> div:not(:last-of-type) {
margin-bottom: 1rem;
margin-bottom: 2rem;
}
}