Skip to content
Snippets Groups Projects
Commit 5e4ae32f authored by Dominik Baránek's avatar Dominik Baránek
Browse files

fix: LSAAI footer

parent a922acdf
Branches
Tags
No related merge requests found
......@@ -9,22 +9,24 @@ if(!empty($this->data['htmlinject']['htmlContentPost'])) {
</div>
</div>
<div id="footer">
<div id="wrap_footer">
<div id="footer">
<div style="margin: 0px auto; max-width: 1000px;">
<div class="row">
<div style="margin: 0px auto; max-width: 1000px;">
<div class="row">
<div id="eu" class="col-md-6">
<p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654248.</p>
</div>
<div class="col-md-6">
<p><a href="mailto:support@aai.lifescience-ri.eu">CONTACT</a></p>
<div id="eu" class="col-md-6">
<p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654248.</p>
</div>
<div class="col-md-6">
<p><a href="mailto:support@aai.lifescience-ri.eu">CONTACT</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
......
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 0;
}
.ui-widget-content {
border: 0 solid #ddd;
}
#header {
background: transparent;
padding-top: 40px;
}
#header h1 {
......@@ -71,7 +78,6 @@ hr {
}
#footer {
margin-top: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: left;
......@@ -86,6 +92,10 @@ hr {
bottom: 0;
}
#wrap_footer {
padding-top: 120px;
}
#footer img {
margin: 0 16px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment