Fix repeat property
This commit is contained in:
parent
2767ecac21
commit
27210d765d
@ -45,7 +45,7 @@
|
||||
background-color: var(--yellow);
|
||||
color: #fff;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
#text_target {
|
||||
|
Loading…
Reference in New Issue
Block a user