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.
45 lines
549 B
CSS
45 lines
549 B
CSS
2 years ago
|
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: 96px;
|
||
|
height: 96px;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 991.98px) {
|
||
|
}
|