Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Responsive Logo */
- @media only screen and (max-width: 992px) {
- .logo__wrapper-img img {
- max-width: 150px;
- }
- }
- @media only screen and (max-width: 768px) {
- .logo__wrapper-img img {
- max-width: 100px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement