From 09dc23ae1296182a9e8a3a1bc54813913ddde439 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 15 Apr 2019 19:52:44 -0600 Subject: [PATCH] calc font size --- __pycache__/utils.cpython-36.pyc | Bin 2062 -> 2066 bytes __pycache__/utils.cpython-37.pyc | Bin 2068 -> 2070 bytes gpt2/src/__pycache__/encoder.cpython-36.pyc | Bin 4970 -> 4974 bytes gpt2/src/__pycache__/encoder.cpython-37.pyc | Bin 4961 -> 4963 bytes static/style.css | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) diff --git a/__pycache__/utils.cpython-36.pyc b/__pycache__/utils.cpython-36.pyc index 8a66c5a2818da24104b5d3a3254d39809390005a..a29c2e3e51e3e8c5a80e79e2536c2aa28a761e41 100644 GIT binary patch delta 44 zcmeAZm?Xev%*)I5{?kUb%Z%ch`WgATsrq@D$=T(JIVJgd1_t`+nI)UwFeWkz9D{fzwFRQ1%*Sic9 diff --git a/gpt2/src/__pycache__/encoder.cpython-36.pyc b/gpt2/src/__pycache__/encoder.cpython-36.pyc index ee245d6dbff3d9d07e47d42b03fe73d42a413b01..87795a632ebf8d37c798d604669c473b3ca35443 100644 GIT binary patch delta 44 zcmaE*_D+q>n3tF9{ils=)-2*C`WgATsrq@D$=T(JIVJgd1_t`+nI)S;Sj6}NT;UGr delta 40 vcmaE-_DYS-n3tF9Q1V7LYZhSx{fzwFRQ&rQ|O%S_HLPs}OF&oeOC9LOTT4*&{h408Yg delta 41 vcmaE?_E3$}iI^<<<+N diff --git a/static/style.css b/static/style.css index c263bdc..051994e 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ body { margin-left:auto; margin-right:auto; margin-top:calc(30px + 4.0vh);; - font-size:14px; + font-size:calc(10px + 1.0vh); background-color: #000; }