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:
parent
a707321c4a
commit
60005e66eb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user