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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Yves Gastaud <jygastaud@gmail.com>2016-12-20 17:50:42 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-12-28 15:54:29 +0300
commitc22b7ff8d97233f0410793d5784004d43348f78c (patch)
tree855e936b7ddc0da74e93a652bee8478ba10b01f2 /docs/static/css
parent8489608012cca5741a5f704f6ebf5c0329b287fa (diff)
docs: Remove unuseful breakpoint in theme
Diffstat (limited to 'docs/static/css')
-rw-r--r--docs/static/css/style-responsive.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/static/css/style-responsive.css b/docs/static/css/style-responsive.css
index db0b74557..d27a36d20 100644
--- a/docs/static/css/style-responsive.css
+++ b/docs/static/css/style-responsive.css
@@ -55,10 +55,3 @@
display: none;
}
}
-
-@media (max-width:320px) {
-
- .notification-row {
- display: none;
- }
-}