Skip to content

Commit

Permalink
почта - адаптация для маленьких экранов
Browse files Browse the repository at this point in the history
  • Loading branch information
CupIvan committed Aug 4, 2020
1 parent bf7c672 commit b61081f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions russian_post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Отделения Почты России на карте OSM</title>

Expand Down Expand Up @@ -40,6 +41,14 @@
<style>
#outer { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#column { width: 300px; }
@media screen and (max-width: 1000px) {
#column { display: none; }
#info { width: 460px; margin-left: 0px; left: 60px; }
}
@media screen and (max-width: 630px) {
#info { display: none; }
.github { display: none !important; }
}
</style>
<table id="outer">
<tr>
Expand Down

0 comments on commit b61081f

Please sign in to comment.