Support multiple info links

This commit is contained in:
2022-06-29 23:09:04 +03:00
parent 641a572fc1
commit 7ee4cca863
3 changed files with 25 additions and 7 deletions

View File

@@ -32,3 +32,19 @@
transition: color 0.3s;
}
}
.infoContent {
display: flex;
flex-direction: column;
align-items: center;
}
.linkList {
display: flex;
flex-direction: column;
align-items: center;
a {
margin-bottom: 1rem;
}
}