mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
adding header logo
This commit is contained in:
parent
542efeed17
commit
33a05fd711
2 changed files with 21 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
|
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
|
||||||
<h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
|
<!-- <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>-->
|
||||||
|
<h1><a href="{{ site.baseurl }}/index.html">Inicio</a></h1>
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="special">
|
<li class="special">
|
||||||
|
|
|
@ -110,8 +110,26 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.inner img {
|
.inner img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header {
|
||||||
|
h1 {
|
||||||
|
|
||||||
|
a::before {
|
||||||
|
content: '';
|
||||||
|
background: url("images/inc-logo.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
background-size: 20px;
|
||||||
|
top: 7px;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue