mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Implement suggestions by @birjolaxew
Remove unnecessary styling on grid item title and changed grid row height to min-content.
This commit is contained in:
parent
712c84bbc3
commit
cce1196176
@ -349,7 +349,7 @@
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
|
||||
grid-auto-rows: 6.25rem;
|
||||
grid-auto-rows: min-content;
|
||||
grid-column-gap: 0.375rem;
|
||||
grid-row-gap: 0.375rem;
|
||||
grid-auto-flow: dense;
|
||||
@ -423,8 +423,6 @@
|
||||
font-weight: 400;
|
||||
line-height: 1rem;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.grid-item__subtitle {
|
||||
|
Loading…
Reference in New Issue
Block a user