12 lines
167 B
SCSS
12 lines
167 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
.rounded {
|
|
/* Uncomment to make the header image rounded.
|
|
border-radius: 50%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
*/
|
|
}
|