diff --git a/resources/components/wikitable.less b/resources/components/wikitable.less index da456817..f6a37c56 100644 --- a/resources/components/wikitable.less +++ b/resources/components/wikitable.less @@ -17,8 +17,7 @@ table.wikitable { color: @base-30; background-color: transparent; font-size: @content-caption-size; - letter-spacing: 1px; - text-transform: uppercase; + letter-spacing: .25px; text-align: left; } diff --git a/resources/variables.less b/resources/variables.less index 06634783..a18080a5 100644 --- a/resources/variables.less +++ b/resources/variables.less @@ -178,5 +178,5 @@ @screen0: @page-width - @margin-side * 7; // 720px @screen1: @page-width + @margin-side * 2; // 900px @screen2: @footer-width; // 1290px - @screen3: @footer-width + @margin-side * 8; // 1410px + @screen3: @footer-width + @margin-side * 8; // 1450px @screen4: @footer-width - (@negative-margin * 2); // 1720px