Skip to content

Commit

Permalink
css: wrap refs pre
Browse files Browse the repository at this point in the history
  • Loading branch information
icyphox committed Dec 22, 2022
1 parent 30559cd commit 983dabb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ html {

pre {
font-family: var(--mono-font);
font-size: 0.8rem;
}

::selection {
Expand Down Expand Up @@ -220,6 +219,10 @@ a:hover {
align-items: center;
}

.refs pre {
white-space: pre-wrap;
}

.line-numbers {
white-space: pre-line;
-moz-user-select: -moz-none;
Expand Down Expand Up @@ -251,7 +254,7 @@ a:hover {
.commit-info {
color: var(--gray);
padding-bottom: 1.5rem;
font-size: 0.75rem;
font-size: 0.85rem;
}

@media (max-width: 600px) {
Expand All @@ -276,4 +279,8 @@ a:hover {
.commit-info:not(:last-child) {
padding-bottom: 1.5rem;
}

pre {
font-size: 0.8rem;
}
}

0 comments on commit 983dabb

Please sign in to comment.