Skip to content
Snippets Groups Projects
Commit 4af9120b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed storage hint layout

parent 3b3d4fb9
Branches
No related tags found
No related merge requests found
......@@ -81,16 +81,21 @@ main {
}
}
> #store {
> p {
line-height: 1.5;
}
> a.button {
padding: 0.5rem;
}
}
> #charge {
grid-area: content;
> #checkout > #checkout-amounts {
#checkout-amounts-template;
}
> #store {
> p {
line-height: 1.5;
}
}
.hint {
font-size: 0.8rem;
position: relative;
......@@ -130,12 +135,8 @@ main {
margin-top: unset;
}
> #charge {
> #store {
display: flex;
flex-direction: column;
align-items: center;
}
> #store {
grid-area: content;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment