adds symbol for 'Read More ...'
This commit is contained in:
parent
6647bf6ba5
commit
367ac4126c
1 changed files with 5 additions and 2 deletions
|
@ -5,9 +5,7 @@
|
|||
html {
|
||||
-webkit-text-size-adjust: 100%; // for iOS
|
||||
box-direction: normal;
|
||||
font-weight: $root-font-weight;
|
||||
font-family: $root-font-family;
|
||||
font-size: $root-font-size;
|
||||
line-height: $root-line-height;
|
||||
}
|
||||
|
||||
|
@ -128,8 +126,13 @@ a {
|
|||
&.tag {
|
||||
@include link-no-decoration();
|
||||
}
|
||||
&.read-more-symbol {
|
||||
text-decoration: none;
|
||||
@include link-no-decoration();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
padding-bottom: 2rem;
|
||||
padding-top: 2rem;
|
||||
|
|
Loading…
Reference in a new issue