doc.rustdesk.com/static/css/theme-mine.css

14 lines
196 B
CSS
Raw Normal View History

2022-04-11 06:20:46 +02:00
a#logo {
display: flex;
align-items: center;
justify-content: center;
}
2022-04-11 06:20:46 +02:00
a#logo span {
font-weight: 600;
font-size: 18px;
color: white;
margin-left: 0.5rem;
margin-top: 3px;
}