Skip to content

Commit

Permalink
Changed atmedia max width to 240px in reference to #102.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Jan 17, 2024
1 parent a7f9a97 commit 88fb15a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorial/tutorial_sphinx_theme_1/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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]
{
Expand Down Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 88fb15a

Please sign in to comment.