From 394f3748c7e53239733703d9dc36af5897a38aef Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 15 Oct 2019 23:56:01 +0200 Subject: FUNCT Add support for 1080 and 720 --- src/styles/720.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/styles/720.scss (limited to 'src/styles/720.scss') diff --git a/src/styles/720.scss b/src/styles/720.scss new file mode 100644 index 0000000..8e6d5ee --- /dev/null +++ b/src/styles/720.scss @@ -0,0 +1,3 @@ +body { + font-size: 0.8rem; +} \ No newline at end of file -- cgit 1.2.3-korg