We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab16fb3 + 149788d commit 36178e6Copy full SHA for 36178e6
app/css/header.css
@@ -21,7 +21,7 @@ header {
21
p {
22
margin-top: 0;
23
24
- font-size: 1.2rem;
+ font-size: 1.1rem;
25
}
26
27
a:any-link {
app/templates/index.hbs
@@ -4,6 +4,7 @@
4
<meta charset="utf-8">
5
<title>Стиль кода Академии HTML</title>
6
<link rel="stylesheet" href="{{resolve 'style.css'}}">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
<meta name="twitter:card" content="summary_large_image">
9
<meta name="twitter:site" content="@htmlacademy_ru">
10
<meta name="twitter:image" content="https://htmlacademy.github.io/codeguide/img/og.png">
0 commit comments