12 lines
169 B
CSS
12 lines
169 B
CSS
.header-container {
|
|
padding-bottom: 2rem;
|
|
padding-top: 2rem;
|
|
margin-bottom: 4rem;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.header-title {
|
|
margin-bottom: 0;
|
|
}
|