Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
244 B

4 years ago
  1. .wrapper
  2. margin: 0
  3. .container
  4. margin-left: 4ch
  5. width: calc(90% - 4ch)
  6. padding: 1rem 1rem
  7. background: none
  8. @media screen and (max-width: 800px)
  9. .container
  10. margin-left: 3ch
  11. width: calc(100% - 4ch)
  12. padding: 0.01rem 0.1rem