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 {
display: inline-block;
display: block;
width: auto;
margin: 0pt auto;
}
@ -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;
@ -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;
}