removed github

This commit is contained in:
Sara 2023-12-02 20:27:56 +01:00
parent 2e3b773b00
commit 3ce9029a33
3 changed files with 12 additions and 20 deletions

View file

@ -77,7 +77,7 @@ div.info {
height: 400px;
}
.github-block {
.git-block {
display: grid;
color: white;
grid-template-columns: 125px auto;
@ -92,18 +92,17 @@ div.info {
padding: 20px;
}
.github-block > h2 {
.git-block > h2 {
margin-top: auto;
margin-bottom: auto;
}
div.github-logo {
div.git-logo {
background-color: #0000;
background-image: url("../assets/octicon.png");
background-image: url("../assets/blobcat_gitea.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
filter: invert(100%);
width: 100px;
height: 100px;
}