mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-07 22:11:29 +02:00
adding header logo
This commit is contained in:
parent
542efeed17
commit
33a05fd711
2 changed files with 21 additions and 2 deletions
|
@ -110,8 +110,26 @@ blockquote {
|
|||
}
|
||||
|
||||
canvas {
|
||||
margin: 0 auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.inner img {
|
||||
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…
Add table
Add a link
Reference in a new issue