Fix overlapping links in post link type

Close #2222
This commit is contained in:
Michael Rose
2019-08-02 12:31:54 -04:00
parent bd2d947a55
commit a2255d03e1
3 changed files with 18 additions and 1 deletions

View File

@@ -20,6 +20,15 @@
.archive__item {
position: relative;
a {
position: relative;
z-index: 10;
}
a[rel="permalink"] {
position: static;
}
}
.archive__subtitle {