mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix another layout bug in Chrome
This commit is contained in:
parent
92ff535e00
commit
8752f1dfcd
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@
|
|||
|
||||
&.horizontal {
|
||||
grid-template-columns: var(--a1, 33.3%) var(--b1, 33.3%) minmax(0, 1fr);
|
||||
grid-template-rows: auto;
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
|
||||
> img:nth-of-type(1),
|
||||
> div:nth-of-type(1) > img,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue