mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
UX Improvements
This commit is contained in:
parent
b30c8a4bae
commit
9ec1f3f4a2
1 changed files with 5 additions and 6 deletions
|
|
@ -305,12 +305,11 @@ a.skuLink:hover { text-decoration: underline; cursor: pointer; }
|
||||||
margin-top: 12px; /* slightly more gap from the top text */
|
margin-top: 12px; /* slightly more gap from the top text */
|
||||||
}
|
}
|
||||||
|
|
||||||
.storeBar{
|
.storeBar {
|
||||||
display:flex;
|
display: grid;
|
||||||
gap:8px;
|
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
|
||||||
flex-wrap:wrap;
|
gap: 8px;
|
||||||
width:100%;
|
width: 100%;
|
||||||
justify-content: space-between; /* spread each row to fill */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.storeBtn {
|
.storeBtn {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue