Line 87: | Line 87: | ||
display:block; | display:block; | ||
} | } | ||
− | /* IF THE SCREEN IS LESS THAN 1000PX */ | + | /* IF THE SCREEN IS LESS THAN 1000PX */ |
− | @media only screen and (max-width: 1000px){ | + | @media only screen and (max-width: 1000px){ |
.navigation {height:110px;} | .navigation {height:110px;} | ||
#team-icon img{width:105px;height:105px;top:8px;} | #team-icon img{width:105px;height:105px;top:8px;} | ||
Line 95: | Line 95: | ||
.navigation li{font-size:14px;} | .navigation li{font-size:14px;} | ||
.navigation-menu .dropdown-content {min-width: 150px;} | .navigation-menu .dropdown-content {min-width: 150px;} | ||
− | } | + | } |
+ | /* IF THE SCREEN IS LESS THAN 830PX */ | ||
+ | @media only screen and (max-width: 830px) { | ||
+ | .navigation {height:90px;} | ||
+ | #team-icon img{width:85px;height:85px;top:4px;} | ||
+ | .up-nav-icon {width:50px;height:50px;margin-top:5px;} | ||
+ | .navigation-menu{width:550px;height:70px;} | ||
+ | .navigation li{font-size:10px;} | ||
+ | .navigation-menu .dropdown-content {min-width: 100px;} | ||
+ | } | ||
</style> | </style> | ||
Revision as of 11:27, 21 October 2017