diff options
-rw-r--r-- | apioforum/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css index aed6628..025cee0 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -136,7 +136,7 @@ nav a { color: blue; text-decoration: none } margin-top: 5px; } -@media all and (min-width: 81px ) { +@media all and (min-width: 810px ) { main { width: 800px; margin: auto; |