Line 114: | Line 114: | ||
.sub-menu li a:hover, | .sub-menu li a:hover, | ||
.sub-menu .current-item a {} | .sub-menu .current-item a {} | ||
+ | |||
+ | .menuSmall{ | ||
+ | display: none; | ||
+ | } | ||
@media screen and (max-width : 560px){ | @media screen and (max-width : 560px){ | ||
− | + | ||
− | + | .menu-wrap { | |
− | + | display:none; | |
− | + | } | |
− | + | ||
− | + | .menuSmall{ | |
+ | display: block; | ||
+ | } | ||
+ | |||
+ | } | ||
Line 157: | Line 165: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: italic; | font-style: italic; | ||
− | |||
} | } | ||
+ | |||
</style> | </style> | ||
<!--- THIS IS WHERE THE HTML BEGINS ---> | <!--- THIS IS WHERE THE HTML BEGINS ---> | ||
<!-- This tells the browser that your page is responsive --> | <!-- This tells the browser that your page is responsive --> | ||
+ | |||
+ | <div class="menuSmall"> | ||
+ | <h5> <a href=" https://2016.igem.org/Team:Freiburg/sitemap"> Menu </a> </h5> | ||
+ | </div> | ||
<div class="menu-wrap"> | <div class="menu-wrap"> |
Revision as of 22:46, 19 October 2016