Fixed differing styles of helpdesk and contact blocks.

This commit is contained in:
Mart-Erki.Noumees
2018-10-02 13:53:48 +03:00
parent 681de344df
commit 94f7c2a682
2 changed files with 11 additions and 13 deletions

View File

@@ -54,7 +54,6 @@
#main-wrapper {
width : 100%;
margin-top : 2rem;
display : flex;
flex-direction : row;
flex-wrap : wrap;
@@ -70,17 +69,17 @@
#map {
width : 100%;
float : right;
margin : 0px auto;
margin : 0 auto;
height : 60vh;
max-height : 300px;
}
}
#main {
margin : 2rem 0;
padding-right : 40px;
margin : 0 2rem;
p{
h4{
padding-bottom : 5px;
}
}
@@ -90,7 +89,6 @@
}
}
@media (max-width : 900px) {
#contact {