mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-18 00:51:11 -06:00
Fix align of anchor
This commit is contained in:
@@ -62,18 +62,22 @@ main.main-content,main.titlepage,div.footnotes{
|
||||
padding:1rem;
|
||||
}
|
||||
|
||||
.sectionHead a.permalink {
|
||||
.permalink {
|
||||
opacity: 0.5;
|
||||
text-decoration: none;
|
||||
font-size: 0.75rem;
|
||||
vertical-align: top;
|
||||
line-height: 0.8rem;
|
||||
margin-left: 0.25rem;
|
||||
padding-top: 0.2rem;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sectionHead, .subsectionHead {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
p.indent, p.noindent{
|
||||
text-indent: 0;
|
||||
text-align: justify;
|
||||
|
||||
Reference in New Issue
Block a user