Lingyan0918 (Talk | contribs) |
|||
Line 109: | Line 109: | ||
margin:10px 20px 0; | margin:10px 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;margin-left:160px;} | ||
+ | .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;} | ||
+ | } | ||
+ | /* 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;margin-left:150px;} | ||
+ | .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> | ||
</head> | </head> |
Revision as of 11:33, 21 October 2017