css: wrap refs pre
This commit is contained in:
parent
30559cd9c2
commit
983dabb33c
|
@ -20,7 +20,6 @@ html {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: var(--mono-font);
|
font-family: var(--mono-font);
|
||||||
font-size: 0.8rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
|
@ -220,6 +219,10 @@ a:hover {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.refs pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.line-numbers {
|
.line-numbers {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
-moz-user-select: -moz-none;
|
-moz-user-select: -moz-none;
|
||||||
|
@ -251,7 +254,7 @@ a:hover {
|
||||||
.commit-info {
|
.commit-info {
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
font-size: 0.75rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
@ -276,4 +279,8 @@ a:hover {
|
||||||
.commit-info:not(:last-child) {
|
.commit-info:not(:last-child) {
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue