mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Update Asciidoctor styling
This commit is contained in:
parent
7d10114154
commit
ec0c4fde79
@ -44,7 +44,7 @@ sup.footnote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[class$="block"],
|
[class$="block"],
|
||||||
:is(.admonitionblock, .dialogblock) {
|
:where(.admonitionblock, .dialogblock, .listingblock, .literalblock) {
|
||||||
margin: 1rem 0 0;
|
margin: 1rem 0 0;
|
||||||
|
|
||||||
.title > code {
|
.title > code {
|
||||||
@ -60,7 +60,7 @@ p.tableblock {
|
|||||||
margin: unset;
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
*:not(.listingblock, .openblock) {
|
*:not(.listingblock, .literalblock, .openblock) {
|
||||||
> .attribution,
|
> .attribution,
|
||||||
> .title {
|
> .title {
|
||||||
background: var(--foreground);
|
background: var(--foreground);
|
||||||
@ -276,3 +276,11 @@ p {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 860px) {
|
||||||
|
.imageblock {
|
||||||
|
> .content {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -162,11 +162,3 @@ code[data-lang] {
|
|||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 860px) {
|
|
||||||
.imageblock {
|
|
||||||
> .content {
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user