mirror of
https://github.com/mue/mue.git
synced 2026-07-13 20:13:47 +02:00
style: browse and item pages
This commit is contained in:
@@ -106,15 +106,15 @@
|
||||
}
|
||||
|
||||
.itemPage {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: space-between;
|
||||
// display: flex;
|
||||
// flex-flow: row;
|
||||
// justify-content: space-between;
|
||||
|
||||
.itemShowcase {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
gap: 25px;
|
||||
width: 60%;
|
||||
// width: 60%;
|
||||
max-width: 650px;
|
||||
|
||||
.description {
|
||||
|
||||
@@ -9,9 +9,11 @@ p.description {
|
||||
}
|
||||
|
||||
.moreInfo {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
gap: 30px;
|
||||
.details {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
gap: 30px;
|
||||
}
|
||||
|
||||
.items {
|
||||
margin-top: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user