Skip to content

Commit

Permalink
Revert "Issue with Subtitle Circle and Layout on Smaller Screens #1384
Browse files Browse the repository at this point in the history
…fixed"

This partially reverts commit c092a4d.

The circles in all other topics broke...

Keeping change for big code block of font-patcher cli.
  • Loading branch information
Finii committed Oct 23, 2023
1 parent de4ac6e commit ae62fc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/css/nerd-font-tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit ae62fc9

Please sign in to comment.