nunosempere.github.io/assets/css/style.scss

12 lines
167 B
SCSS
Raw Normal View History

2020-05-24 15:50:11 +00:00
---
---
@import "{{ site.theme }}";
2020-06-04 16:14:24 +00:00
.rounded {
2020-06-04 16:15:56 +00:00
/* Uncomment to make the header image rounded.
2020-06-04 16:14:24 +00:00
border-radius: 50%;
2020-06-04 16:02:43 +00:00
margin-left: auto;
margin-right: auto;
2020-06-04 16:15:56 +00:00
*/
2020-06-04 16:14:24 +00:00
}