From c22b7ff8d97233f0410793d5784004d43348f78c Mon Sep 17 00:00:00 2001 From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 15:50:42 +0100 Subject: [PATCH] docs: Remove unuseful breakpoint in theme --- docs/static/css/style-responsive.css | 7 ------- 1 file changed, 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; - } -}