scandiweb-products/index.css

15 lines
161 B
CSS
Raw Normal View History

2022-07-27 06:01:33 -04:00
#header {
display: flex;
justify-content: space-between;
}
#buttons {
display: flex;
}
#buttons button {
height: 2em;
margin: 1em;
align-self: center;
}