diff --git a/vue.css b/vue.css index d85056c..3aba8bd 100644 --- a/vue.css +++ b/vue.css @@ -309,13 +309,13 @@ h2 { } h3 { - font-size: 1.5rem; + font-size: 1.4rem; line-height: 1.43; margin: 20px 0px 7px 0px; } h4 { - font-size: 1.25rem; + font-size: 1.2rem; } h5 { @@ -461,6 +461,16 @@ table tr td:last-child { margin-bottom: 0; } +#write strong { + padding: 0px 1px 0 1px; + font-size: 1.01rem; +} + +#write em { + padding: 0px 5px 0 2px; + font-size: 1.01rem; +} + #write table thead th { background-color: #f2f2f2; }