This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
|
h1 {
|
|
text-align: left;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
#score-column {
|
|
width: 20%;
|
|
}
|
|
#opponent-column{
|
|
width: 60%;
|
|
}
|
|
#date-column {
|
|
width: 20%;
|
|
}
|
|
|
|
tr {
|
|
height: 3em;
|
|
}
|
|
|
|
#header-div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
#add-score-button {
|
|
margin-right: auto;
|
|
} |