aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index efb65c0..34cf942 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -78,6 +78,10 @@ th, td {
78 color: #000; 78 color: #000;
79} 79}
80 80
81code[class*=language-] {
82 font-size: 14px !important;
83}
84
81@media only screen and (max-width:480px) { 85@media only screen and (max-width:480px) {
82 nav { 86 nav {
83 text-align: center; 87 text-align: center;