From 88fb15a95b2d7e30f3ebec45e13e5fb26f91d40a Mon Sep 17 00:00:00 2001 From: Andrew Richards Date: Wed, 17 Jan 2024 13:44:37 +0000 Subject: [PATCH] Changed atmedia max width to 240px in reference to #102. --- tutorial/tutorial_sphinx_theme_1/static/css/theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorial/tutorial_sphinx_theme_1/static/css/theme.css b/tutorial/tutorial_sphinx_theme_1/static/css/theme.css index c199563..ebef0c4 100644 --- a/tutorial/tutorial_sphinx_theme_1/static/css/theme.css +++ b/tutorial/tutorial_sphinx_theme_1/static/css/theme.css @@ -5156,7 +5156,7 @@ input[type=checkbox][disabled], input[type=radio][disabled] transform: scaleX(-1) rotate(270deg) } -@media only screen and (max-width:480px) +@media only screen and (max-width:240px) { .wy-form button[type=submit] { @@ -5203,7 +5203,7 @@ input[type=checkbox][disabled], input[type=radio][disabled] } } -@media screen and (max-width:480px) +@media screen and (max-width:240px) { .mobile-hide { @@ -5670,7 +5670,7 @@ hr display: inline-block } -@media screen and (max-width:480px) +@media screen and (max-width:240px) { .wy-breadcrumbs-extra, .wy-breadcrumbs li.wy-breadcrumbs-aside { @@ -7470,7 +7470,7 @@ html.writer-html4 .rst-content dl:not(.docutils) .descclassname, html.writer-htm font-style: italic } -@media screen and (max-width:480px) +@media screen and (max-width:240px) { .rst-content .sidebar {