mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(home): fixed grid on home screen
This commit is contained in:
@@ -26,16 +26,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
// grid-template-columns: repeat(2, 300px);
|
|
||||||
// grid-template-columns: 300px 300px;
|
|
||||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
|
||||||
grid-column: span 2;
|
|
||||||
gap: 16px;
|
|
||||||
//margin: auto;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
width: fit-content;
|
grid-template-columns: repeat(2, 1fr);
|
||||||
align-items: stretch;
|
gap: 16px;
|
||||||
flex-direction: column;
|
max-width: 650px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -49,6 +43,10 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
grid-template-columns: repeat(1, 1fr);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user