google maps page styles fixes

This commit is contained in:
nixa 2016-05-06 18:23:01 +03:00
parent 07668dbbc2
commit dfdcda70c6
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
<ba-card title="Google Maps" baCardClass="popular-app medium-card" class="viewport100">
<ba-card title="Google Maps">
<div class="google-maps"></div>
</ba-card>

View file

@ -1,4 +1,4 @@
.google-maps {
//TODO: hotfix
height: 320px;
width: 100%;
height: calc(100vh - 283px);
}