mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
Merge branch 'master' of https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias
This commit is contained in:
commit
e335aaa96b
3 changed files with 31 additions and 3 deletions
|
@ -9,4 +9,12 @@
|
|||
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "/css/ie8.css" | prepend: site.baseurl }}" /><![endif]-->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "/css/ie9.css" | prepend: site.baseurl }}" /><![endif]-->
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
||||
<meta name="twitter:description" content="{{site.description}}">
|
||||
<meta property="og:description" content="{{site.description}}" />
|
||||
<meta property="og:site_name" content="{{site.title}}" />
|
||||
<meta itemprop="image" content="https://raw.githubusercontent.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias/master/docs/images/banner.jpg">
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias/master/docs/images/banner.jpg" />
|
||||
<meta name="twitter:image" content="https://raw.githubusercontent.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias/master/docs/images/banner.jpg">
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:type" content="website"/>
|
||||
</head>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>{{ site.title | escape }}</title>
|
||||
<title>{% if page.title %}{{ page.title }} – {{site.title}} {% else %}{{ site.title }}{% endif %}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
<!--[if lte IE 8]><script src="{{ "/js/ie/html5shiv.js" | prepend: site.baseurl }}"></script><![endif]-->
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
|
|
|
@ -14,13 +14,32 @@
|
|||
@include breakpoint(medium) {
|
||||
width: 100%;
|
||||
}
|
||||
> p, header {
|
||||
> p,
|
||||
header {
|
||||
width: 40em;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 45em;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
li {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
&.style5 {
|
||||
|
||||
li {
|
||||
width: 40em;
|
||||
margin: 0 auto _size(element-margin) auto;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 45em;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 90%;
|
||||
}
|
||||
|
@ -28,6 +47,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
twentytwenty-wrapper img {
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue