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 {
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user