Commit 6a71c404 authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил уточнения про типографику

parent 5d0b87a9
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
} }
body { body {
// Типографика проекта — в блоке typo
background-color: #fff; background-color: #fff;
margin: 0; margin: 0;
min-height: 100%; min-height: 100%;
......
// Этот блок ответственен за типографику проекта. // Этот блок ответственен ТОЛЬКО за типографику проекта.
// Не пишите тут какую-либо стороннюю стилизацию. // Не пишите тут какую-либо стороннюю стилизацию.
$gray: hsl(0, 0%, 50%) !default; $gray: hsl(0, 0%, 50%) !default;
...@@ -41,6 +41,7 @@ $border-radius: 3px !default; ...@@ -41,6 +41,7 @@ $border-radius: 3px !default;
body { body {
// ТОЛЬКО типографика!
font-family: $font-family; font-family: $font-family;
font-size: $font-size; font-size: $font-size;
line-height: $line-height; line-height: $line-height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment