Contact map fixed. Banner moved to the right.

This commit is contained in:
Mart-Erki.Noumees
2018-10-02 12:36:12 +03:00
parent 8050ab77ee
commit 681de344df
2 changed files with 8 additions and 5 deletions

View File

@@ -54,19 +54,22 @@
#main-wrapper {
width : 100%;
margin-top : 40px;
margin-top : 2rem;
display : flex;
flex-direction : row;
flex-wrap : wrap;
justify-content : center;
align-items : center;
}
#maparea {
margin : 0 20px 0px auto;
margin : 0 2rem 0 2rem;
min-width : 50%;
flex : 1;
#map {
width : 100%;
float : right;
margin : 0px auto;
height : 60vh;
max-height : 300px;