diff --git a/customize.dist/main.css b/customize.dist/main.css index 43169841c..771070bd8 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -421,38 +421,38 @@ div.modal #content pre, div#modal #content pre, div.modal #content code, div#modal #content code { - font-size: 2.5vw; - line-height: 3vw; + font-size: 2.75vw; + line-height: 3.025vw; } div.modal #content h1, div#modal #content h1 { font-size: 5vw; - line-height: 6vw; + line-height: 5.5vw; } div.modal #content h2, div#modal #content h2 { font-size: 4.2vw; - line-height: 5.04vw; + line-height: 4.62vw; } div.modal #content h3, div#modal #content h3 { font-size: 3.6vw; - line-height: 4.32vw; + line-height: 3.96vw; } div.modal #content h4, div#modal #content h4 { font-size: 3vw; - line-height: 3.6vw; + line-height: 3.3vw; } div.modal #content h5, div#modal #content h5 { font-size: 2.2vw; - line-height: 2.64vw; + line-height: 2.42vw; } div.modal #content h6, div#modal #content h6 { font-size: 1.6vw; - line-height: 1.92vw; + line-height: 1.76vw; } div.modal #content pre > code, div#modal #content pre > code { diff --git a/customize.dist/src/cryptpad.less b/customize.dist/src/cryptpad.less index c70bb3168..a713d3e7c 100644 --- a/customize.dist/src/cryptpad.less +++ b/customize.dist/src/cryptpad.less @@ -484,7 +484,7 @@ div.modal, div#modal { box-sizing: border-box; .size (@n) { font-size: @n * 1vw; - line-height: @n * 1.2vw; + line-height: @n * 1.1vw; } border: 1px solid white; @@ -504,7 +504,7 @@ div.modal, div#modal { left:0;right:0; // horizontal center p, li, pre, code { - .size(2.5); + .size(2.75); } h1 { .size(5); }