Remove unnecessary css #1

Merged
byhe merged 1 commits from :css-fix into master 2022-04-06 17:55:17 +00:00
Showing only changes of commit e38415586d - Show all commits

View File

@ -17,14 +17,6 @@ body {
} }
header {
}
header h1 {
}
main { main {
} }
@ -47,10 +39,6 @@ main section#keyBoard {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
header {
height: 45px;
}
body { body {
} }