fix(docs): fix ribbon position

This commit is contained in:
nixa 2016-05-27 17:04:56 +03:00
parent 1131292f1f
commit a1f17a3dbb

View file

@ -4,6 +4,10 @@ html {
line-height: 1.28 line-height: 1.28
} }
body {
position: relative;
min-width: 1060px;
}
p { p {
margin: 0 0 10px margin: 0 0 10px
} }