Style tweak
This commit is contained in:
parent
6cac52675e
commit
74724d7ec1
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ const Container = styled.div`
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue