The child inside button in google chrome browser always centered.
The align-items
doesn't work.
However in firefox it works:
.button {
height: 200px;
display: flex;
align-items: flex-end;
}
The child inside button in google chrome browser always centered.
The align-items
doesn't work.
However in firefox it works:
.button {
height: 200px;
display: flex;
align-items: flex-end;
}