Added connections. Added url redirect for login.

This commit is contained in:
Tom
2025-03-27 01:25:56 +00:00
parent 56deb3384c
commit 6e5efab5ec
36 changed files with 948 additions and 39 deletions

View File

@ -4,13 +4,17 @@ article {
flex-direction: row;
justify-content: space-between;
border-radius: 15px;
padding: 1em;
padding: 0.5em 1em;
& :first-child {
min-width: 180px;
& > :first-child {
min-width: 200px;
}
& :not(:first-child) {
& > :last-child {
min-width: 100px;
}
& > :not(:first-child) {
text-align: center;
align-self: center;
}