Merge pull request #440 from AyuntamientoMadrid/favicon

apple touch icon
This commit is contained in:
Juanjo Bazán
2015-09-09 10:56:57 +02:00
3 changed files with 13 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -383,7 +383,7 @@ header {
a {
color: white;
font-family: 'Lato';
font-size: rem-calc(18);
font-size: rem-calc(16);
font-weight: lighter;
line-height: $line-height*2;
padding-left: 0;
@@ -392,18 +392,25 @@ header {
opacity: .5;
&.logo-site {
font-size: rem-calc(14);
opacity: 1;
}
}
@media (min-width: $small-breakpoint) {
font-size: rem-calc(24);
line-height: $line-height*4;
span, span.logo-site {
font-size: rem-calc(16);
}
}
@media (min-width: $medium-breakpoint) {
font-size: rem-calc(30);
line-height: $line-height*4;
span {
span, span.logo-site {
font-size: rem-calc(20);
}
}

View File

@@ -10,6 +10,10 @@
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<%= favicon_link_tag "favicon.ico" %>
<%= favicon_link_tag "apple-touch-icon-200.png",
rel: "apple-touch-icon",
sizes: "200x200",
type: "image/png" %>
</head>
<body class="<%= "bg-white" if current_page?(root_path) %>">
<div class="wrapper">