mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-28 18:09:21 +01:00
14 lines
196 B
CSS
14 lines
196 B
CSS
a#logo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
a#logo span {
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
color: white;
|
|
margin-left: 0.5rem;
|
|
margin-top: 3px;
|
|
}
|