parent
877cf018af
commit
238b70e95b
@ -9,9 +9,11 @@
|
|||||||
background: #231f20;
|
background: #231f20;
|
||||||
box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.5);
|
box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.5);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: grid;
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
grid-template-columns: auto auto auto;
|
||||||
|
justify-items: center;
|
||||||
|
align-items: center;
|
||||||
.back-arrow {
|
.back-arrow {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user