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:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user