From 632c27b7ec133d15d890eb28c98eb9716ca01407 Mon Sep 17 00:00:00 2001
From: Zane Helton <me@zaaane.com>
Date: Wed, 23 Aug 2023 22:14:23 +0000
Subject: [PATCH] docs: update `hosting.md` with Vercel hosting instructions (#406)
---
quartz/components/styles/popover.scss | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/quartz/components/styles/popover.scss b/quartz/components/styles/popover.scss
index fae0e12..55d38c9 100644
--- a/quartz/components/styles/popover.scss
+++ b/quartz/components/styles/popover.scss
@@ -43,9 +43,7 @@
visibility: hidden;
opacity: 0;
- transition:
- opacity 0.3s ease,
- visibility 0.3s ease;
+ transition: opacity 0.3s ease, visibility 0.3s ease;
@media all and (max-width: $mobileBreakpoint) {
display: none !important;
--
Gitblit v1.10.0