Merge pull request #440 from AyuntamientoMadrid/favicon
apple touch icon
This commit is contained in:
BIN
app/assets/images/apple-touch-icon-200.png
Normal file
BIN
app/assets/images/apple-touch-icon-200.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user