Update: title space evenly
This commit is contained in:
@@ -17,8 +17,10 @@ body {
|
|||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.title-text {
|
.title-text {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|||||||
Reference in New Issue
Block a user