| 12345678910111213141516171819202122232425262728 |
- .eurostep {
- flex: none;
- padding: 6rem 3em 3rem;
- padding-left: 7vw;
- background: #fff;
- background-image: url("//dd.unicraft.org/static/branding/eurostep/header2/bg.png");
- background-repeat: repeat-x;
- background-position: center;
- background-size: auto 100%;
- position: relative;
- &_img1 {
- display: block;
- margin: 0;
- margin-right: auto;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- &_logo {
- display: block;
- margin: 0;
- margin-left: auto;
- margin-top: auto;
- }
- }
|