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; }