FIX visible H1
This commit is contained in:
parent
0243a880ac
commit
3c3c3f14eb
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue