Files
LangBot/web/src/app/home/components/home-titlebar/HomeTittleBar.module.css
2025-04-28 21:41:03 +08:00

15 lines
258 B
CSS

.titleBarContainer {
width: 100%;
height: 70px;
background-color: #FFF;
font-size: 20px;
display: flex;
flex-direction: row;
align-items: center;
}
.titleText {
margin-left: 10px;
font-size: 20px;
font-weight: bold;
}