FIX visible H1

This commit is contained in:
Krivchikov Dmitry 2015-12-11 15:31:35 +03:00
parent 0243a880ac
commit 3c3c3f14eb
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,3 @@
div.header h1 {display: none;}
@media screen and (max-width:815px) { @media screen and (max-width:815px) {
.onlyBigScreen { .onlyBigScreen {
display: none; display: none;

View File

@ -40,10 +40,14 @@
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png" /> <link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/img/touch-icon-iphone-retina.png" /> <link rel="apple-touch-icon" sizes="120x120" href="/img/touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/img/touch-icon-ipad-retina.png" /> <link rel="apple-touch-icon" sizes="152x152" href="/img/touch-icon-ipad-retina.png" />
<style>
.hdn {display: none;}
</style>
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<h1>Карта с достопримечательностями</h1> <h1 class="hdn">Карта с достопримечательностями</h1>
<a href="/feed/"><img src="/img/logo.png" title="Лента wikipoints" /></a> <a href="/feed/"><img src="/img/logo.png" title="Лента wikipoints" /></a>
</div> </div>