Add CSS class for row layout with space-between alignment
This commit is contained in:
@@ -290,6 +290,13 @@ h4 {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
.row-between {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.link {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user