Added connections. Added url redirect for login.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user