Fix related tasks list being too large
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-04-26 15:37:49 +02:00
parent 6c24cc66b2
commit 2a7bbf3c83
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@
padding: 1em;
color: $text;
.task {
max-width: 500px;
}
@media screen and (max-width: 800px) {
border-radius: 0;
padding-top: 2rem;