diff options
Diffstat (limited to 'www/tufte.css')
| -rw-r--r-- | www/tufte.css | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/tufte.css b/www/tufte.css index 7ee0540..067fb3c 100644 --- a/www/tufte.css +++ b/www/tufte.css @@ -457,15 +457,6 @@ html, body { margin: 0 } -h1.webpagetitle { - font-family: "Fira Sans",sans; - text-align: center; -} - -.imgfig { - text-align: center ; -} - img.rounded { border-radius: 50% ; } @@ -474,3 +465,10 @@ img.rounded { display: block; margin: auto; } +.centered { + text-align: center; +} + +table { + font-size: 1.4rem; +} |
