This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-22 02:07:44 +00:00
|
|
|
h1 {
|
|
|
|
text-align: left;
|
2021-11-22 04:59:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#score-column {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
#opponent-column{
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
#date-column {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
height: 3em;
|
2021-11-23 21:48:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header-div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2021-11-26 20:17:44 +00:00
|
|
|
#add-score-button {
|
|
|
|
margin-right: auto;
|
2021-11-26 19:46:16 +00:00
|
|
|
}
|