aboutsummaryrefslogtreecommitdiff
path: root/guides/css.md
blob: 94555f862a2c77c27891de1e1ae3765ce3ede3f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## CSS

- Prefer Flexbox

- Classes should describe elements and not be generic (`Bigbox` -> `FAQContainer`)

- Mobile: <= 620px

- Tablet: 620px - 1024px

- Desktop: > 1024px