diff --git a/style/new_style.css b/style/new_style.css index 512b223..cafcb4d 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -197,8 +197,8 @@ footer p { margin-top: 6px; } } +/* Handle ultra small screens somewhat gracefully */ /* Hide .hide_micro on screens smaller than 250px and show .show_micro while not showing it on full screens */ - .show_micro {display:none} @media only screen and (max-width: 249px) { .hide_micro {display: none}