load more

This commit is contained in:
Robin Appelman 2023-04-19 22:08:25 +02:00
commit 69dbfe3f5e
7 changed files with 54 additions and 12 deletions

View file

@ -46,7 +46,7 @@
width: 180px;
}
& tr:nth-child(even) {
& tr:nth-child(odd) {
background-color: var(--primary-color-accent);
}
}
@ -72,6 +72,18 @@
font-weight: bold;
}
#load-more {
background-color: var(--primary-color-accent);
display: block;
width: 100%;
line-height: 30px;
text-align: center;
border: none;
outline: none;
font-weight: bold;
cursor: pointer;
}
@media (max-width: 950px) {
.demolist .format {
display: none;