mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-25 03:12:04 +00:00
17 lines
251 B
CSS
17 lines
251 B
CSS
![]() |
.titleContainer {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.logo {
|
||
|
border-radius: 25px;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
color: white;
|
||
|
font-size: 1.5rem;
|
||
|
font-weight: 600;
|
||
|
}
|