Line 86: | Line 86: | ||
margin:20px 20px 0; | margin:20px 20px 0; | ||
display:block; | display:block; | ||
− | } | + | } |
+ | /* IF THE SCREEN IS LESS THAN 1000PX */ | ||
+ | @media only screen and (max-width: 1000px){ | ||
+ | .navigation {height:110px;} | ||
+ | #team-icon img{width:105px;height:105px;top:8px;} | ||
+ | .up-nav-icon {width:75px;height:75px;margin-top:10px;} | ||
+ | .navigation-menu{width:700px;height:90px;} | ||
+ | .navigation li{font-size:14px;} | ||
+ | .navigation-menu .dropdown-content {min-width: 150px;} | ||
+ | } | ||
</style> | </style> | ||
Revision as of 11:18, 21 October 2017