More and Repo on Project pages

This commit is contained in:
2022-10-23 14:58:25 +02:00
parent 8dfc43cb02
commit 6f4ba59faf
2 changed files with 21 additions and 1 deletions

View File

@ -134,4 +134,18 @@
}
}
}
}
.more {
float: right;
}
@media screen and (max-width: 900px) {
.more {
float: none;
display: block;
width: max-content;
margin-left: auto;
margin-right: auto;
}
}