File size: 153 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
.sharing-buttons__buttons-wrapper {
margin-bottom: 2rem;
display: inline-flex;
gap: 10px;
}
.sharing-buttons__example-text {
margin-bottom: 1rem;
}
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
.sharing-buttons__buttons-wrapper {
margin-bottom: 2rem;
display: inline-flex;
gap: 10px;
}
.sharing-buttons__example-text {
margin-bottom: 1rem;
}
|