Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .hero-logo-container {
- display: flex;
- flex-direction: column;
- margin: 40px 0;
- align-items: center;
- }
- .hero-logo-img {
- width: 90px;
- margin-bottom: 20px;
- }
- .hero-logo-text {
- width: 300px;
- }
- @media (max-width: 375px) {
- .hero-logo-container {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .hero-logo-img {
- width: 50px;
- margin-bottom: 6px;
- }
- .hero-logo-text {
- width: 200px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment