mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-21 10:25:10 -04:00
Prev/next post pagination: hide title on small devices, when there's not enough space
This commit is contained in:
parent
3a0a4811cb
commit
a4262fb255
2 changed files with 12 additions and 2 deletions
|
@ -391,6 +391,16 @@ h6:hover .anchor {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.paginav .name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 540px) {
|
||||
.paginav .name {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
h1>a>svg {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue