[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 {
|
p, ul, ol {
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
article {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
/******************* Links *******************/
|
/******************* Links *******************/
|
||||||
a:not(.anchor) {
|
a:not(.anchor) {
|
||||||
|
@ -410,7 +413,6 @@ a.not(.anchor):focus {
|
||||||
/******************* Article Body *******************/
|
/******************* Article Body *******************/
|
||||||
.article-body {
|
.article-body {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
.article-body img {
|
.article-body img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue