Added new section for html-only development (does not affect the code directly), just for convenience

This commit is contained in:
2023-10-14 16:16:16 +02:00
parent 665e6aefbf
commit a9e067cf44
3 changed files with 77 additions and 79 deletions

View File

@@ -94,7 +94,7 @@ hr {
cursor: pointer;
}
.pager-link::after {
content: " > ";
content: " >";
}
.container {
@@ -104,7 +104,7 @@ hr {
.card {
background-color: #373737;
padding: 10pt;
margin: 0 auto 60px;
margin: 0 auto 40px;
border-radius: 8pt;
border: 2px solid #f00;
}