Adapt font size in table

This commit is contained in:
Marian Steinbach 2018-04-06 20:34:44 +02:00
parent 2b223386b1
commit 256c404b61
2 changed files with 10 additions and 0 deletions

View File

@ -10,11 +10,16 @@
body {
padding: 20px;
}
table {
font-size: 0.85rem;
}
.bad {
background-color: #ffdbdb;
font-size: 1rem;
}
.good {
background-color: #cfeaa8;
font-size: 1rem;
}
</style>
</head>

View File

@ -10,11 +10,16 @@
body {
padding: 20px;
}
table {
font-size: 0.85rem;
}
.bad {
background-color: #ffdbdb;
font-size: 1rem;
}
.good {
background-color: #cfeaa8;
font-size: 1rem;
}
</style>
</head>