forked from lapikud/lapikud.github.io
Contact map fixed. Banner moved to the right.
This commit is contained in:
@@ -54,19 +54,22 @@
|
|||||||
|
|
||||||
#main-wrapper {
|
#main-wrapper {
|
||||||
width : 100%;
|
width : 100%;
|
||||||
margin-top : 40px;
|
margin-top : 2rem;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-direction : row;
|
flex-direction : row;
|
||||||
flex-wrap : wrap;
|
flex-wrap : wrap;
|
||||||
|
justify-content : center;
|
||||||
|
align-items : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#maparea {
|
#maparea {
|
||||||
margin : 0 20px 0px auto;
|
margin : 0 2rem 0 2rem;
|
||||||
min-width : 50%;
|
min-width : 50%;
|
||||||
flex : 1;
|
flex : 1;
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
width : 100%;
|
width : 100%;
|
||||||
|
float : right;
|
||||||
margin : 0px auto;
|
margin : 0px auto;
|
||||||
height : 60vh;
|
height : 60vh;
|
||||||
max-height : 300px;
|
max-height : 300px;
|
||||||
|
|||||||
@@ -7,14 +7,14 @@ title: Kontakt - Lapikud
|
|||||||
|
|
||||||
<h2>Helpdesk</h2>
|
<h2>Helpdesk</h2>
|
||||||
<div id="helpdesk">
|
<div id="helpdesk">
|
||||||
<a id="helpdesk-banner-container" href="/helpdesk">
|
|
||||||
<img id="helpdesk-banner" src="/assets/helpdesk-on-black.png">
|
|
||||||
</a>
|
|
||||||
<div id="helpdesk-info">
|
<div id="helpdesk-info">
|
||||||
<h4>E-mail: <a href="mailto:helpdesk@lapikud.ee">helpdesk@lapikud.ee</a></h4>
|
<h4>E-mail: <a href="mailto:helpdesk@lapikud.ee">helpdesk@lapikud.ee</a></h4>
|
||||||
<h4>Telefon: <a href="tel:+37258160799">+372 581 607 99</a></h4>
|
<h4>Telefon: <a href="tel:+37258160799">+372 581 607 99</a></h4>
|
||||||
<h4>Facebook: <a href="https://www.facebook.com/lapikudhelpdesk/">Lapikud Helpdesk</a></h4>
|
<h4>Facebook: <a href="https://www.facebook.com/lapikudhelpdesk/">Lapikud Helpdesk</a></h4>
|
||||||
</div>
|
</div>
|
||||||
|
<a id="helpdesk-banner-container" href="/helpdesk">
|
||||||
|
<img id="helpdesk-banner" src="/assets/helpdesk-on-black.png">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="main-wrapper">
|
<div id="main-wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user