logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

lists.scss (230B)


  1. .no-list {
  2. list-style: none;
  3. li {
  4. display: inline-block;
  5. margin: 0 5px;
  6. }
  7. }
  8. .recovery-codes {
  9. list-style: none;
  10. margin: 0 auto;
  11. li {
  12. font-size: 125%;
  13. line-height: 1.5;
  14. letter-spacing: 1px;
  15. }
  16. }