| 1234567891011121314151617181920212223242526 |
- .projectaccel {
- flex: none;
- background: url("//dd.unicraft.org/static/branding/projectaccel/header/bg.png") repeat;
- padding: 3rem 0 0;
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- user-select: none;
- overflow: hidden;
- position: relative;
- &_img1 {
- max-width: 60%;
- object-fit: contain;
- object-position: bottom;
- }
- &_img2 {
- position: absolute;
- height: 90%;
- top: 0;
- right: 20%;
- object-fit: contain;
- object-position: top;
- }
- }
|