drop.chapril.org-firefoxsend/app/templates/header/header.css
2018-08-03 16:11:13 -07:00

10 lines
164 B
CSS

.header {
align-items: flex-start;
box-sizing: border-box;
display: flex;
justify-content: space-between;
height: 32px;
padding: 10px;
width: 100%;
}