Skip to content

Commit a997ed8

Browse files
author
Gerard Sanroma
committed
increase font size code blocks as suggested in issue academicpages#59
1 parent 2506ecc commit a997ed8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

_posts/2019-02-23-pysurfer-offscreen-rendering.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ Depending on the Linux distribution, there might be `osmesa_llvmpipe` package al
3636
We did not manage to compile `vtk` using the distribution-specific `osmesa_llvmpipe` installation (as required in the 3rd step).
3737
So we installed `llvmpipe` and compiled `osmesa` from source (in the next step).
3838

39-
~~~~
40-
This is a
41-
piece of code
42-
in a block
43-
~~~~
44-
4539
You might need to install the following dependencies first (in centos):
4640
```bash
4741
yum install -q -y hdf5 hdf5-devel tcl tcl-devel tk tk-devel

_sass/_syntax.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ div.highlighter-rouge, figure.highlight {
2828
.highlight {
2929
margin: 0;
3030
font-family: $monospace;
31-
font-size: $type-size-7;
31+
font-size: .8125em; /* was $type-size-7 */$type-size-7;
3232
line-height: 1.8;
3333
}
3434
}

0 commit comments

Comments
 (0)