commit 8d1921fb5fe91396743cacf8fca7eb88c2e992ff parent bc013a519eeffcd9f26dbc904c8eaff239c8b034 Author: Hugo Soucy <hugo.soucy@equisoft.com> Date: Thu, 13 Jun 2019 14:28:23 -0400 Creates some files Diffstat:
D | static/src/css/styles.css | | | 37 | ------------------------------------- |
1 file changed, 0 insertions(+), 37 deletions(-)
diff --git a/static/src/css/styles.css b/static/src/css/styles.css @@ -1,37 +0,0 @@ -:root { - font-size: calc(1vw + 1vh + .5vmin); -} - -html, -body { - height: 100%; - min-height: 100%; -} - -body { - background: #eee; - color: #111; - font: 1rem/1.6 monospace; -} - -body > * { - margin: auto; - max-width: 960px; - width: auto; -} - -img { - max-width: 100%; - width: auto; -} - -.visuallyhidden { - border:0; - clip:rect(0 0 0 0); - height:1px; - margin:-1px; - overflow:hidden; - padding:0; - position:absolute; - width:1px; -}