MTÜ Lapikud
-Aadress: Akadeemia tee 5, Tallinn, Eesti
-E-post: lapikud@lapikud.ee
-Telefon: +372 58 160 799
-Reg. kood: 801 67 145
-Swedbank EE812200221019551756
+diff --git a/_sass/contact.scss b/_sass/contact.scss index c63277d..52cd947 100644 --- a/_sass/contact.scss +++ b/_sass/contact.scss @@ -52,24 +52,62 @@ } } + #main-wrapper { + width : 100%; + display : flex; + flex-direction : row; + flex-wrap : wrap; + justify-content : center; + align-items : center; + } + + #maparea { + margin : 0 2rem; + min-width : 44.55%; + flex : 1; + + #map { + width : 100%; + float : right; + margin : 0 auto; + height : 60vh; + max-height : 300px; + } + } + #main { - margin : 2rem 0; + margin : 0 2rem; + + + h4{ + padding-bottom : 5px; + } } + * { - margin : 0.2rem 0; + margin : 0.2rem 0; } } - @media (max-width : 900px) { #contact { #helpdesk { flex-direction : column; - #helpdesk-banner-container, #helpdesk-info { + #helpdesk-banner-container { + margin : 2rem 0; + } + #helpdesk-info { margin : 0; } } + #main-wrapper{ + #maparea{ + flex-direction: column; + margin: 2rem; + } + } } } + diff --git a/contact.html b/contact.html index 488ce89..cfa3817 100644 --- a/contact.html +++ b/contact.html @@ -7,25 +7,31 @@ title: Kontakt - Lapikud
Aadress: Akadeemia tee 5, Tallinn, Eesti
-E-post: lapikud@lapikud.ee
-Telefon: +372 58 160 799
-Reg. kood: 801 67 145
-Swedbank EE812200221019551756
+