mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 08:18:07 +03:00
11 lines
150 B
SCSS
11 lines
150 B
SCSS
.link {
|
|
width: 1.8em;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
margin-top: 5px;
|
|
}
|