Line 4: | Line 4: | ||
<head> | <head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | .mobile-only-text { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1280px) { | ||
+ | .mobile-only-text { | ||
+ | display: block; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
</head> | </head> | ||
Line 40: | Line 55: | ||
<div class="topnav-bottom-content"> | <div class="topnav-bottom-content"> | ||
+ | <!-- Mobile-only text --> | ||
+ | <div class="mobile-only-text"> | ||
+ | <p>LiU iGEM</p> | ||
+ | </div> | ||
+ | |||
<!-- Home! --> | <!-- Home! --> | ||
<div class="dropdown"> | <div class="dropdown"> |
Revision as of 08:29, 4 August 2017