Add CSS Comment

This commit is contained in:
Fred Boniface 2022-10-28 21:37:52 +01:00
parent 4db62df0d0
commit 133f31765e
1 changed files with 1 additions and 1 deletions

View File

@ -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}