11 lines
127 B
CSS
11 lines
127 B
CSS
.infobar {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 1rem;
|
|
gap: 8px;
|
|
}
|
|
|
|
.infobar p {
|
|
margin: 0;
|
|
}
|