fix: center copyright text
This commit is contained in:
parent
c1abcf273b
commit
42f11f0da8
|
|
@ -30,12 +30,14 @@
|
||||||
|
|
||||||
&--copyright {
|
&--copyright {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
justify-content: center;
|
||||||
padding: var(--space-medium);
|
padding: var(--space-medium);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--links {
|
&--links {
|
||||||
flex: 1 1 1px;
|
flex: 0 1 1px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue