Wine styling more predictable.

Wine now only uses inline slot when on desktop.
Wine link also parses the url for the name of the site, e.g. vivino.com
-> Les mer på vivino.
Moved around some DOM elements so scaling between screen sizes is more
predictable.
This commit is contained in:
2020-03-13 19:20:05 +01:00
parent 6463a53dd7
commit 5ebd15d14d
4 changed files with 62 additions and 52 deletions

View File

@@ -393,6 +393,8 @@ hr {
}
.edit-container {
margin-top: 2rem;
display: flex;
justify-content: center;
}
.edit {
width: 100%;
@@ -405,10 +407,13 @@ hr {
margin-bottom: 2rem;
}
.winner-element {
padding-top: 1.2rem;
display: flex;
flex-direction: row;
@include desktop {
margin-top: 1.5rem;
}
@include mobile {
width: 100%;
}