The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

18 lines
207 B

  1. .no-list {
  2. list-style: none;
  3. li {
  4. display: inline-block;
  5. margin: 0 5px;
  6. }
  7. }
  8. .recovery-codes {
  9. column-count: 2;
  10. height: 100px;
  11. li {
  12. list-style: decimal;
  13. margin-left: 20px;
  14. }
  15. }