Improve cache handling;

Order items descendingly.
This commit is contained in:
Schimon Jehudah, Adv. 2024-09-04 15:11:45 +03:00
parent ad34af72ff
commit b5762e90ef
3 changed files with 66 additions and 30 deletions

View file

@ -138,7 +138,7 @@ h3.title > a {
}
#articles div.entry h1 {
font-size: 2vw;
font-size: 115%; /* 2vw */
}
#articles div.entry h2 {
@ -179,7 +179,7 @@ h3.title > a {
}
#selection-page #return {
font-style: italic;
/* font-style: italic; */
margin: auto;
}
@ -188,6 +188,10 @@ h3.title > a {
text-decoration: underline;
}
.content[type='text'] {
white-space: pre-wrap;
}
#articles div.entry span.tags {
display: inline-flex;
/* display: ruby; */