give access to texts
This commit is contained in:
parent
9b9e5a2ef7
commit
04b04ccf6a
7 changed files with 31 additions and 6 deletions
|
|
@ -97,6 +97,14 @@ button.toggle.right::before {
|
|||
[data-template="info"] .page-cover {
|
||||
height: initial !important;
|
||||
}
|
||||
[data-template="author"] .page-cover .links,
|
||||
[data-template="category"] .page-cover .links,
|
||||
[data-template="year"] .page-cover .links,
|
||||
[data-template="email"] .page-cover .links,
|
||||
[data-template="error"] .page-cover .links,
|
||||
[data-template="info"] .page-cover .links {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
body:not([data-template="home"]) #main-header {
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ button,
|
|||
}
|
||||
.fs-xl {
|
||||
font-size: var(--font-size-xl) !important;
|
||||
line-height: calc(var(--unit--vertical) * 1.5) !important;
|
||||
line-height: calc(var(--unit--vertical) * 2) !important;
|
||||
}
|
||||
.fs-xxl {
|
||||
font-size: var(--font-size-xxl) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue