| 1234567891011121314151617181920 |
- .waithai {
- flex: none;
- padding: 0 3rem;
- user-select: none;
- text-align: center;
- background-image: url("//dd.unicraft.org/static/branding/waithai/header2/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- overflow: hidden;
- &_logo {
- display: block;
- margin: 0 auto;
- height: 200px;
- max-width: 100%;
- object-fit: cover;
- object-position: center;
- }
- }
|