mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-19 08:30:35 +03:00
Change size/alignment of empty message
This commit is contained in:
parent
388f1f9741
commit
48632664bc
@ -311,6 +311,9 @@
|
||||
line-height: 1.5em;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@supports (display: grid) {
|
||||
@ -324,7 +327,6 @@
|
||||
}
|
||||
.grid.search__empty:after {
|
||||
grid-column: 1/span 2;
|
||||
grid-row-end: span 2;
|
||||
}
|
||||
|
||||
@media (min-width: 30.75rem) {
|
||||
|
Loading…
Reference in New Issue
Block a user