Skip to content

Commit

Permalink
Weitere css anpassungen um tabelle zu bändigen
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Grotz committed Jul 20, 2018
1 parent 915fc61 commit 8554372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ h1 {
font-size: 10px;
padding: 0px;
margin:0px;
overflow: hidden;
}

@media only screen and (max-height: 600px) {
Expand All @@ -62,7 +63,6 @@ h1 {
font-size: 10px;
padding: 0px;
margin:0px;
overflow: hidden;
}
}

Expand All @@ -83,7 +83,7 @@ h1 {
table {
font-size: 10px;
min-width: 250px;
width: 100%;
max-width: 450px;
}
th {
background-color: #4ca7ce;
Expand Down

0 comments on commit 8554372

Please sign in to comment.