diff options
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css index ea069c25..2cff895e 100644 --- a/src/main/webapp/style.css +++ b/src/main/webapp/style.css @@ -69,7 +69,11 @@ article textarea { width: 530px; padding: 2px; resize: vertical; vertical-align: article input { width: 50px; margin-left: 6px; vertical-align: top; border: 1px solid #CCC; background: #EEE; color: #999; } #yandex_ad_728 { width: 728px; height: 90px; margin: 20px 0; padding: 15px 0; background: #FFF; } -.adsbygoogle { display: inline-block; width: 728px; height: 90px; margin: 10px 0 20px 0; } +.adslot1 { display: inline-block; width: 320px; height: 90px; } + +@media (min-width:500px) {.adslot1 {width: 468px; height: 60px;}} +@media (min-width:800px) {.adslot1 {width: 728px; height: 90px; margin: 10px 0 20px 0; }} + #geomap { width: 700px; height: 300px; margin-top: 1em; overflow: hidden; } |