diff options
Diffstat (limited to 'site/assets/css')
| -rw-r--r-- | site/assets/css/css.css | 3 | ||||
| -rwxr-xr-x | site/assets/css/tabulator.css | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 675c6571..1633b0d7 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -250,6 +250,9 @@ p { font-size: 16px; font-weight: 300; } +p.subp{ + font-size: 14px; +} .content a { color: #fff; text-decoration: none; diff --git a/site/assets/css/tabulator.css b/site/assets/css/tabulator.css index 63abf050..41c7ffa4 100755 --- a/site/assets/css/tabulator.css +++ b/site/assets/css/tabulator.css @@ -478,7 +478,7 @@ } .tabulator-row .tabulator-responsive-collapse table { - font-size: 14px; + font-size: 13px; } .tabulator-row .tabulator-responsive-collapse table tr td { |
