| 123456789101112131415161718192021222324252627 |
- .school-traffic {
- flex: none;
- padding: 2rem;
- background: #000000;
- background-image: url("//dd.unicraft.org/static/branding/school-traffic/header/lines@2x.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-content: center;
- &_logo {
- display: block;
- margin: auto 1rem;
- flex: none;
- }
- &_icons {
- display: block;
- margin: auto 1rem;
- margin-top: 2.3rem;
- position: relative;
- flex: none;
- }
- }
|