Fix repeat property

This commit is contained in:
Arkadiusz Wieczorek 2022-01-07 11:19:44 +01:00
parent 2767ecac21
commit 27210d765d

View File

@ -45,7 +45,7 @@
background-color: var(--yellow); background-color: var(--yellow);
color: #fff; color: #fff;
display: grid; display: grid;
grid-template-columns: repeat(1fr); grid-template-columns: repeat(3, 1fr);
} }
#text_target { #text_target {