scandiweb-products/index.css

15 lines
161 B
CSS

#header {
display: flex;
justify-content: space-between;
}
#buttons {
display: flex;
}
#buttons button {
height: 2em;
margin: 1em;
align-self: center;
}