Fixed element positioning register page.

This commit is contained in:
2020-12-11 13:12:05 +01:00
parent baa348bc95
commit 0144780bb1

View File

@@ -513,8 +513,7 @@ hr {
}
}
.winner-container {
width: max-content;
max-width: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
@@ -527,7 +526,13 @@ hr {
margin-top: 2rem;
display: flex;
justify-content: center;
flex-direction: column;
flex-direction: row;
flex-wrap: wrap;
> .wine {
margin-right: 1rem;
margin-bottom: 1rem;
}
}
.edit {
width: 100%;