32 lines
380 B
SCSS
32 lines
380 B
SCSS
.page-node-type-fight {
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
#block-dchadwick-content {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
th {
|
|
padding: 1rem 1rem 0 1rem !important;
|
|
text-align: center;
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
}
|
|
|
|
th.win {
|
|
color: white;
|
|
background: $foam;
|
|
}
|
|
}
|
|
|
|
#compare-fighters {
|
|
img {
|
|
max-width: 100px;
|
|
}
|
|
}
|