You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
627 B
CSS

html,
body {
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
font-size: 18px;
background-color: #fff;
}
.homepage-intro {
margin: var(--app-margin);
}
tr {
position: relative;
vertical-align: top;
}
.thumb {
width: 128px;
height: 128px;
}
.thumb img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.title--name {
margin: 0;
}
.title a:after {
content: "";
}
.title--description {
opacity: 0.4;
}
main.content {
max-width: 1280px;
margin-inline: auto;
}
@media (max-width: 991.98px) {
}