Contribute page imporvements, minor site imporvements

This commit is contained in:
mrfry 2020-11-28 16:46:56 +01:00
parent c68a445117
commit cc3def0e6f
9 changed files with 78 additions and 138 deletions

View file

@ -7,10 +7,11 @@
color: white;
background-color: #303030;
margin: 2px;
padding: 15px 32px;
padding: 10px 5px;
text-align: center;
font-size: 16px;
cursor: pointer;
word-wrap: break-word;
display: flex;
flex-direction: column;
@ -69,3 +70,8 @@
margin: 0px 5px;
font-size: 24px;
}
.repos {
display: flex;
flex-direction: column;
}