redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 133f31765e - Show all commits

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}