Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2016-05-05 07:24:24 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2016-05-05 07:24:24 +0300
commit3f2043680819358a61a446be3bdbc1f7a1cf201b (patch)
treef0656ffde7e036fc15b529b590f595f06f15b5ce /static
parentbdd7372747cf34f461ad702391b3deaf19e179fe (diff)
Support wider view
Diffstat (limited to 'static')
-rw-r--r--static/css/bootie-docs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css
index 5c7953b..132b7f4 100644
--- a/static/css/bootie-docs.css
+++ b/static/css/bootie-docs.css
@@ -43,7 +43,7 @@ pre code {
@media (min-width: 1200px) {
.container {
- width: 970px;
+ width: 1200px;
}
}