14 lines
186 B
SCSS
14 lines
186 B
SCSS
@import "../../assets/scss/globals";
|
|
|
|
.so-me-icon {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
margin: 1em;
|
|
|
|
svg {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|