Merge pull request 'Remove unnecessary css' (#1) from jakobhelgesson/wu1-calculator:css-fix into master

Reviewed-on: #1
This commit is contained in:
Henrik Bygren 2022-04-06 17:55:16 +00:00
commit 5b7600d7f3

View File

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