mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
11 lines
149 B
SCSS
11 lines
149 B
SCSS
.link {
|
|
width: 30px;
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.links {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
margin-top: 5px;
|
|
}
|