Fix the cropping on mobile

master
Alexander Surma 2015-07-03 10:14:10 +01:00
parent 71588374d2
commit e75ea35e49
1 changed files with 4 additions and 6 deletions

View File

@ -860,10 +860,13 @@ code[class*=language-], pre[class*=language-] {
display: table-cell; display: table-cell;
} }
.started .content, .started .content,
.styles .content { .styles .content,
.faq .content {
padding: 40px; padding: 40px;
display: inline-block; display: inline-block;
text-align: left; text-align: left;
width: 100%;
box-sizing: border-box;
} }
.docs-layout ul { .docs-layout ul {
list-style-type: none; list-style-type: none;
@ -1171,11 +1174,6 @@ code[class*=language-], pre[class*=language-] {
.faq .section-content { .faq .section-content {
display: table-cell; display: table-cell;
} }
.faq .content {
padding: 40px;
display: inline-block;
text-align: left;
}
.faq .content p { .faq .content p {
margin-top: 10px; margin-top: 10px;
margin-bottom: 15px; margin-bottom: 15px;