Update style.scss

This commit is contained in:
Nuño Sempere 2020-06-04 18:15:56 +02:00 committed by GitHub
parent f7545bc2e0
commit c9d3a905b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,9 @@
@import "{{ site.theme }}"; @import "{{ site.theme }}";
.rounded { .rounded {
/* Uncomment to make the header image rounded.
border-radius: 50%; border-radius: 50%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
*/
} }