15 lines
228 B
CSS
15 lines
228 B
CSS
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: .05rem .1rem;
|
|
height: .4rem;
|
|
align-items: center;
|
|
}
|
|
.header p{
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.header .icon {
|
|
width: .3rem;
|
|
height: .3rem;
|
|
} |