1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00

Revert "Issue with Subtitle Circle and Layout on Smaller Screens #1384 fixed"

This partially reverts commit c092a4da5a.

The circles in all other topics broke...

Keeping change for big code block of font-patcher cli.
This commit is contained in:
Fini Jastrow 2023-10-23 16:32:57 +02:00
parent de4ac6e467
commit ae62fc9a33

View File

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