Skip to content

Commit

Permalink
Issue with Subtitle Circle and Layout on Smaller Screens ryanoasis#1384
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
VitthalGund authored and Finii committed Oct 18, 2023
1 parent 8f65fd0 commit 2e4987a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/css/nerd-font-tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input.nerd-font-input {
}

.highlight {
display: inline-block;
display: block;
width: auto;
margin: 0pt auto;
}
Expand Down Expand Up @@ -466,8 +466,8 @@ a.nerd-font-button:before {
}

.section-page-wrapper .sectiondivider {
width: 270px;
height: 270px;
width: fit-content;
height: fit-content;
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: 200px;
height: 200px;
width: fit-content;
height: fit-content;
padding: 15px;
margin-left: -100px;
}
Expand Down

0 comments on commit 2e4987a

Please sign in to comment.