drop.chapril.org-firefoxsend/app/templates/header/header.css

16 lines
262 B
CSS
Raw Normal View History

.header {
2018-10-10 03:17:40 +02:00
flex: none;
display: flex;
2018-09-28 16:54:23 +02:00
flex-direction: row;
2018-10-10 03:17:40 +02:00
align-items: center;
2018-10-17 01:53:33 +02:00
justify-content: center;
width: 100%;
2018-10-10 03:17:40 +02:00
height: 64px;
background-color: white;
box-shadow: 0 -1px 0 0 #d7d7db7f, 0 2px 6px 0 #0000001e;
}
2018-09-28 16:54:23 +02:00
.header h1 {
margin: 0;
}