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:
parent
6d9860f7bb
commit
c092a4da5a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user