Unverified Commit 43f74b1c authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Merge pull request #32 from AntIg86/master

прижимаем footer IE 10-11
parents 97f544f0 8d421909
......@@ -43,6 +43,8 @@
body {
// Типографика проекта — в блоке typo
display: flex; // Исправляем баг в IE для min-height and flexbox (flex-direction:column)
flex-direction: column; // и прижимаем footer в IE 10-11
background-color: #fff;
margin: 0;
min-height: 100%;
......
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