responsive docs

This commit is contained in:
captainill 2015-11-10 12:25:43 -08:00
parent 71decbc638
commit 95100eed09
1 changed files with 22 additions and 4 deletions

View File

@ -221,8 +221,8 @@ header .header {
font-size: 17px;
line-height: 1.5;
letter-spacing: 1px;
margin-left: -95px;
margin-right: -95px;
margin-left: -135px;
margin-right: -135px;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 80px;
@ -233,8 +233,8 @@ header .header {
pre {
border: 0;
font-size: 14px;
margin-left: -95px;
margin-right: -95px;
margin-left: -135px;
margin-right: -135px;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 80px;
@ -335,3 +335,21 @@ header .header {
}
}
}
@media (max-width:768px){
.docs-wrapper {
.docs-body {
.docs-content {
div.alert {
margin-left: -15px;
margin-right: -15px;
}
pre {
margin-left: -15px;
margin-right: -15px;
}
}
}
}
}