feat(post): collapse entries
This commit is contained in:
parent
b406a073c9
commit
409089b1d4
4 changed files with 115 additions and 77 deletions
|
|
@ -85,6 +85,19 @@ header {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.language-python {
|
||||
font-size: 0.9em !important;
|
||||
/* override prism.js styles */
|
||||
font-size: 0.85em !important;
|
||||
}
|
||||
|
||||
.problem-header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.problem-toggle {
|
||||
font-family: "Courier New", monospace;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
left: -25px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue