style.scss 290 B

123456789101112131415161718192021
  1. html, body {
  2. min-width: initial;
  3. min-height: initial;
  4. }
  5. // 상단 로고
  6. .auth-logo {
  7. color: var(--bg-head);
  8. }
  9. // 하단 저작권
  10. address {
  11. width: 100%;
  12. grid-row-start: 4;
  13. text-align: center;
  14. small {
  15. display: block;
  16. padding-top: 10px;
  17. }
  18. }