From 13b9e8c64a1a16c5f71a15a61b629b98c321c8be Mon Sep 17 00:00:00 2001 From: agata Date: Fri, 23 Aug 2019 10:22:41 +0200 Subject: [PATCH] bueno until 768px --- static/css/ai.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/static/css/ai.css b/static/css/ai.css index e83299b..08fefda 100644 --- a/static/css/ai.css +++ b/static/css/ai.css @@ -54,7 +54,7 @@ body { #main { margin: 0; - width: 60%; + width: 70%; margin: 0 auto; } @@ -111,3 +111,15 @@ small.footer { a:link{ text-decoration: underline; } + +/******************************************************************************************************* +****************************++media query********************************************************/ +@media screen and (max-width: 1036px){ + body article.container{ + width:100% !important; +} +} + .navbar-nav.navbar-right:last-child { + margin-right: -50px !important; + margin-top: -50px !important; +} -- GitLab