10 lines
115 B
SCSS
10 lines
115 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
.rounded {
|
|
border-radius: 50%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|