[minor] optimized stylesheets

This commit is contained in:
Marcel Paffrath 2023-04-19 15:44:31 +02:00
parent 1983cc3b1e
commit fb4d5c2929
2 changed files with 22 additions and 0 deletions

View File

@ -2,11 +2,13 @@ body {
background-color: #ffffff;
place-items: center;
text-align: center;
padding-bottom: 30px;
}
td {
border-radius: 4px;
padding: 0px;
white-space: nowrap;
}
th {
@ -37,3 +39,12 @@ a:hover {
50% { background-color: #ff3200;}
100% { background-color: #ffcc00;}
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 50px;
text-align: center;
}

View File

@ -2,11 +2,13 @@ body {
background-color: #ffffff;
place-items: center;
text-align: center;
padding-bottom: 30px;
}
td {
border-radius: 4px;
padding: 10px 2px;
white-space: nowrap;
}
th {
@ -41,3 +43,12 @@ a:hover {
50% { background-color: #ff3200;}
100% { background-color: #ffee00;}
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 50px;
text-align: center;
}