From 6631eb62252c0792c99e2ae6dbf274573f7b1c26 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 14 Aug 2023 00:40:03 +0300 Subject: [PATCH] fix margin --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 926163361..e5613daf5 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7108,7 +7108,7 @@ div.markdown { .gif-categories img { border-radius: 0.35rem; width: 200px; - margin: 10 10px; + margin: 10px 10px; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease;