| 123456789101112131415161718192021 |
- html, body {
- min-width: initial;
- min-height: initial;
- }
- // 상단 로고
- .auth-logo {
- color: var(--bg-head);
- }
- // 하단 저작권
- address {
- width: 100%;
- grid-row-start: 4;
- text-align: center;
- small {
- display: block;
- padding-top: 10px;
- }
- }
|