custom.css 227 B

123456789101112131415
  1. body {
  2. padding-bottom: 0;
  3. background-color: #343a40;
  4. font-family: josefin sans,sans-serif
  5. }
  6. .local {
  7. position:absolute;
  8. height:128px;
  9. border-radius:36px;
  10. }
  11. .remote {
  12. height:100vh;
  13. width:100vw;
  14. }