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

Update main.scss to fix the issue #1367

the subtitle-icon class is added and with some media quires to make the page responsive
This commit is contained in:
Vitthal Popat Gund 2023-10-06 00:34:56 +05:30 committed by Fini
parent a707321c4a
commit 60005e66eb

View File

@ -287,3 +287,25 @@ nav ul li:hover, nav ul li.active {
.longlist { font-size: 14px !important; }
.longlist li { margin-bottom: 3px; }
@media screen and (min-width: 990px) {
.row .subtitle-icon {
display: flex;
flex-wrap: wrap;
flex-direction: inherit;
}
}
.subtitle-icon {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: auto;
flex-wrap: wrap;
}
.container ol, .container ul {
padding: 0 8%;
margin: 20px;
}