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/1080.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/styles/1080.scss (limited to 'src/styles/1080.scss') diff --git a/src/styles/1080.scss b/src/styles/1080.scss new file mode 100644 index 0000000..6f81af5 --- /dev/null +++ b/src/styles/1080.scss @@ -0,0 +1,3 @@ +body { + font-size: 1.2rem; +} \ No newline at end of file -- cgit 1.2.3-korg