From ae62fc9a339f91e17a77c58d42fa3964eb79ca9f Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 23 Oct 2023 16:32:57 +0200 Subject: [PATCH] Revert "Issue with Subtitle Circle and Layout on Smaller Screens #1384 fixed" This partially reverts commit c092a4da5a9b1c5149f1bd8e79f17237fa1b1308. The circles in all other topics broke... Keeping change for big code block of font-patcher cli. --- _includes/css/nerd-font-tweaks.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index fa0f34cfb0..81bf31dc73 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -466,8 +466,8 @@ a.nerd-font-button:before { } .section-page-wrapper .sectiondivider { - width: fit-content; - height: fit-content; + width: 270px; + height: 270px; padding: 15px; position: relative; top: 0px; @@ -703,8 +703,8 @@ a.nerd-font-button:before { .section-page-wrapper .sectiondivider, .sectiondivider { - width: fit-content; - height: fit-content; + width: 200px; + height: 200px; padding: 15px; margin-left: -100px; }