From b001f1ebc93ce3b845464d59726f718b3d2e1db1 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Thu, 10 Nov 2022 21:52:11 +0100 Subject: [PATCH] Adding correct aspect ratio again. --- public/css/styles.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/styles.scss b/public/css/styles.scss index 524cac9..4e793aa 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -132,14 +132,14 @@ body { } } } + nav > a > img.open-menu-icon { + width: 30px; + height: 30px; + } nav > a > img { vertical-align: middle; width: 26px; height: 30px; - &.open-menu-icon { - width: 30; - height: 30; - } } nav { overflow: auto;