10 lines
129 B
SCSS
10 lines
129 B
SCSS
|
.share-buttons {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
|
||
|
a {
|
||
|
display: block;
|
||
|
margin: 0 7px;
|
||
|
}
|
||
|
}
|