Skip to content

Commit

Permalink
Removing obsolete CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Dec 15, 2024
1 parent 3bcd081 commit 31e44a5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/fontra/views/fontoverview/fontoverview.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ body {
gap: 1em;
}

.font-overview-panel {
display: grid;
padding: 2em 2em 2em 1em;
outline: none;
grid-gap: 1em;
}

.glyph-cells-section {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
gap: 1em;
}

#panel-container {
overflow: auto;
}
Expand All @@ -57,9 +44,3 @@ body {
.font-overview-section-header {
font-weight: bold;
}

/* .glyph-cell-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1em;
} */

0 comments on commit 31e44a5

Please sign in to comment.