Previous version made GPDR-friendly
This commit is contained in:
11
src/scss/components/_heading-permalink.scss
Normal file
11
src/scss/components/_heading-permalink.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.heading-permalink {
|
||||
color: var(--color-dark);
|
||||
font-size: .8em;
|
||||
margin-left: .3em;
|
||||
margin-top: .2em;
|
||||
|
||||
@include media-query('md') {
|
||||
font-size: .6em;
|
||||
margin-top: .4em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user