27
resources/client/titles/pages/title-page/title-credits-grid/title-credits-grid.css
vendored
Executable file
27
resources/client/titles/pages/title-page/title-credits-grid/title-credits-grid.css
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
.title-credits-grid {
|
||||
@apply grid-cols-1;
|
||||
}
|
||||
|
||||
@screen md {
|
||||
.title-credits-grid {
|
||||
@apply grid-cols-2;
|
||||
}
|
||||
}
|
||||
|
||||
@screen lg {
|
||||
.title-credits-grid {
|
||||
@apply grid-cols-3;
|
||||
}
|
||||
}
|
||||
|
||||
@container (min-width: 500px) {
|
||||
.title-credits-grid {
|
||||
@apply grid-cols-2;
|
||||
}
|
||||
}
|
||||
|
||||
@container (min-width: 900px) {
|
||||
.title-credits-grid {
|
||||
@apply grid-cols-3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user