mirror of
https://github.com/dragonlock2/dragonlock2.github.io.git
synced 2025-10-11 12:07:56 +00:00
23 lines
412 B
SCSS
23 lines
412 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
search: false
|
|
---
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
|
@import "minimal-mistakes"; // main partials
|
|
|
|
.page__content p {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.page__content li {
|
|
font-size: 0.8rem;
|
|
margin: 0.1em 0;
|
|
}
|
|
|
|
.author__avatar img {
|
|
border-radius: 20%;
|
|
}
|