| 123456789101112131415161718192021222324252627282930 |
- .pcg {
- background-color: #000000;
- text-align: center;
- position: relative;
- flex: none;
- padding: 3rem;
- background-image: url("//dd.unicraft.org/static/branding/pcg/header/bg_img1.png"), url("//dd.unicraft.org/static/branding/pcg/header/bg_img2.png");
- background-repeat: no-repeat;
- background-position: left, right;
- background-size: auto 100%;
- &_logo {
- height: 128px;
- display: block;
- z-index: 10;
- margin: 0 auto;
- @media screen and (max-width: 1200px) {
- height: 100px;
- }
- @media screen and (max-width: 800px) {
- height: 64px;
- }
- @media screen and (max-width: 600px) {
- height: 42px;
- }
- }
- }
|