mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
change width, oderBy slug_asc
This commit is contained in:
parent
d4b921a25c
commit
baaa61761d
@ -58,22 +58,22 @@ export default {
|
||||
flex-grow: 1;
|
||||
|
||||
> .item {
|
||||
width: 50%;
|
||||
width: 30%;
|
||||
padding: 0 $space-x-small;
|
||||
margin-bottom: $space-small;
|
||||
text-align: center;
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
width: 50%;
|
||||
}
|
||||
// @media only screen and (max-width: 800px) {
|
||||
// width: 30%;
|
||||
// }
|
||||
|
||||
@media only screen and (max-width: 630px) {
|
||||
width: 40%;
|
||||
}
|
||||
// @media only screen and (max-width: 630px) {
|
||||
// width: 30%;
|
||||
// }
|
||||
|
||||
@media only screen and (max-width: 440px) {
|
||||
width: 30%;
|
||||
}
|
||||
// @media only screen and (max-width: 440px) {
|
||||
// width: 30%;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ import gql from 'graphql-tag'
|
||||
export default () => {
|
||||
return gql`
|
||||
query {
|
||||
Category {
|
||||
Category(orderBy: slug_asc) {
|
||||
id
|
||||
slug
|
||||
icon
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user