Skip to content

Commit ecc2900

Browse files
committed
Merge branch 'Fall24' of https://github.com/mitmath/computational-thinking into Fall24
2 parents 7939bcc + 3b94295 commit ecc2900

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/higham.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,10 @@ end
254254
min-width: max-content;
255255
min-height: max-content;
256256
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
257+
white-space: nowrap;
257258
background: white;
258-
border-radius: .3em;
259259
color: black;
260+
border-radius: .3em;
260261
}
261262
262263
.papercell {
@@ -265,7 +266,7 @@ end
265266
}
266267
267268
.year {
268-
font-size: .7rem;
269+
font-size: .7em;
269270
text-align: center;
270271
}
271272

0 commit comments

Comments
 (0)