| 12345678910111213141516171819 |
- .psk-kontinent {
- position: relative;
- display: flex;
- flex: none;
- flex-wrap: wrap;
- padding: 3rem 3rem 3rem 10rem;
- border-bottom: 4px solid rgb(45, 147, 172);
- background: #f0f4f9;
- background-image: url("//dd.unicraft.org/static/branding/psk-kontinent/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: auto 100%;
- &_logo {
- flex: none;
- width: auto;
- margin: 0;
- }
- }
|