General improvements.
This commit is contained in:
30
project-style.css
Normal file
30
project-style.css
Normal file
@@ -0,0 +1,30 @@
|
||||
#quarto-document-content > pre:nth-child(-n+8) {
|
||||
background: wheat;
|
||||
border: 3px dashed pink;
|
||||
padding: 5px;
|
||||
}
|
||||
#quarto-document-content {
|
||||
text-align: center;
|
||||
}
|
||||
#quarto-document-content>* {
|
||||
text-align: initial;
|
||||
}
|
||||
#quarto-document-content > ul:nth-child(-n+8) {
|
||||
display: inline-block;
|
||||
vertical-align: center;
|
||||
list-style: none;
|
||||
}
|
||||
#quarto-document-content > div.quarto-figure:nth-child(-n+8) {
|
||||
width: 300px;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
}
|
||||
#quarto-document-content > div.quarto-figure:nth-child(-n+8) figcaption {
|
||||
display: none;
|
||||
}
|
||||
#quarto-document-content > p:nth-child(-n+3) {
|
||||
display: inline-block;
|
||||
}
|
||||
#quarto-document-content > p:first-child {
|
||||
display: block !important;
|
||||
}
|
||||
Reference in New Issue
Block a user