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.

19 lines
230 B

  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. }