[THEME] Fix anchors for all pages
This commit is contained in:
parent
0744d14583
commit
ffe461fa53
1 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,9 @@ body {
|
|||
p, ul, ol {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
article {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/******************* Links *******************/
|
||||
a:not(.anchor) {
|
||||
|
@ -410,7 +413,6 @@ a.not(.anchor):focus {
|
|||
/******************* Article Body *******************/
|
||||
.article-body {
|
||||
margin-bottom: 2em;
|
||||
position: relative;
|
||||
}
|
||||
.article-body img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue