From 6e506a3cc31b581f9f44c0db7eca4752e645ab33 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Thu, 26 Oct 2017 22:23:47 +0200 Subject: [PATCH] [style] change fontsize to 18px --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index ca45399..4b14e7a 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,4 @@ .device-name { - font-size: 20px; + font-size: 18px; font-weight: bold; }