From 861e503ca5942228c1d481c886135b2a474766ce Mon Sep 17 00:00:00 2001 From: Argo-Surface Date: Sat, 23 Feb 2019 14:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E7=94=B5=E8=84=91=E7=AB=AF=E5=B1=8F=E5=B9=95=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/wwwroot/css/site-responsive.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Bootstrap.Client/wwwroot/css/site-responsive.css b/Bootstrap.Client/wwwroot/css/site-responsive.css index 0bce681d..b9c091ec 100644 --- a/Bootstrap.Client/wwwroot/css/site-responsive.css +++ b/Bootstrap.Client/wwwroot/css/site-responsive.css @@ -8,3 +8,13 @@ flex: 0 1 auto; } } + +@media (min-width: 769px) { + footer { + display: flex; + } + + aside { + display: none; + } +}