Merge branch 'main' of https://github.com/frappe/school into jobs-improvement
This commit is contained in:
@@ -804,10 +804,10 @@ input[type=checkbox] {
|
||||
|
||||
.member-parent {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
-moz-column-gap: 32px;
|
||||
column-gap: 32px;
|
||||
row-gap: 32px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
||||
-moz-column-gap: 1rem;
|
||||
column-gap: 1rem;
|
||||
row-gap: 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
|
||||
Reference in New Issue
Block a user