| 12345678910111213141516171819202122232425262728 |
- .talap {
- flex: none;
- padding: 4rem 25rem 4rem 9rem;
- user-select: none;
- text-align: left;
- background: url("//dd.unicraft.org/static/branding/talap/header/bg.png") repeat;
- background-repeat: no-repeat;
- background-position: center right;
- background-size: cover;
- display: flex;
- flex-direction: row;
- align-items: center;
- @media (max-width: 1000px) {
- padding: 2rem 20% 2rem 4rem;
- }
- &_logo {
- display: block;
- flex: none;
- margin-right: auto;
- }
- &_slogan {
- display: block;
- flex: none;
- }
- }
|