mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Use repeat rather than manually specify auto in grid-template-rows
Co-authored-by: Debanjum <debanjum@gmail.com>
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 1fr auto auto auto auto;
|
||||
grid-template-rows: 1fr repeat(4, auto);
|
||||
}
|
||||
body > * {
|
||||
grid-column: 1;
|
||||
|
||||
Reference in New Issue
Block a user