1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

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

This commit is contained in:
Vitthal Popat Gund 2023-10-17 17:41:39 +00:00 committed by Fini
parent 6d9860f7bb
commit c092a4da5a

View File

@ -14,7 +14,7 @@ input.nerd-font-input {
} }
.highlight { .highlight {
display: inline-block; display: block;
width: auto; width: auto;
margin: 0pt auto; margin: 0pt auto;
} }
@ -466,8 +466,8 @@ a.nerd-font-button:before {
} }
.section-page-wrapper .sectiondivider { .section-page-wrapper .sectiondivider {
width: 270px; width: fit-content;
height: 270px; height: fit-content;
padding: 15px; padding: 15px;
position: relative; position: relative;
top: 0px; top: 0px;
@ -703,8 +703,8 @@ a.nerd-font-button:before {
.section-page-wrapper .sectiondivider, .section-page-wrapper .sectiondivider,
.sectiondivider { .sectiondivider {
width: 200px; width: fit-content;
height: 200px; height: fit-content;
padding: 15px; padding: 15px;
margin-left: -100px; margin-left: -100px;
} }