2024-06-08 00:21:53 +02:00

10 lines
165 B
CSS

.header{
display: flex;
background-color: #008BC7;
flex-direction: row;
flex-grow: 0;
}
.headertitle{
display:flex;
flex-direction: column;
}