atom link, fix typo

This commit is contained in:
2022-11-20 15:53:44 +00:00
parent 65bdbf4399
commit 36a1d78ebd
2 changed files with 15 additions and 15 deletions

View File

@ -108,15 +108,19 @@ table {
border-spacing: 0;
}
h2 .header-link {
display: none;
h2 {
a.header-link {
display: none;
padding-left: 10px;
font-weight: normal;
font-size: 1.3rem;
img {
height: 1.25rem;
margin-bottom: -4px;
}
}
img {
height: 1.25rem;
margin-bottom: -4px;
a.header-link, a.atom-link {
padding-left: 10px;
font-weight: normal;
font-size: 1.3rem;
}
}