logo

litepub.social

Website of https://litepub.social/ git clone https://hacktivis.me/git/litepub.social.git

main.css (269B)


  1. body {
  2. display: flex;
  3. flex-direction: row;
  4. }
  5. nav {
  6. flex: 1;
  7. max-width: 20em;
  8. border-right: 1px solid #999;
  9. height: 100%;
  10. margin-right: 1em;
  11. padding-right: 0.5em;
  12. }
  13. main {
  14. flex: 2;
  15. max-width: 80em;
  16. }
  17. .full-width {
  18. width: 100%;
  19. }
  20. th {
  21. text-align: left;
  22. }