From 0fa59b3272b2abff274311c532300cea0f11a5f9 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 22 Apr 2020 10:02:37 +0100 Subject: [PATCH] Adjust wg font-size --- dist/raspap/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/raspap/css/style.css b/dist/raspap/css/style.css index 93eb072e..45305ca1 100644 --- a/dist/raspap/css/style.css +++ b/dist/raspap/css/style.css @@ -30,7 +30,7 @@ } .ra-wireguard:before { - font-size: 1.3rem; + font-size: 1.2rem; content: "\e900"; color: #d1d3e2; vertical-align: middle;