Grid adjustment in header #3

Open
arek wants to merge 2 commits from poppins-font into master
Showing only changes of commit 27210d765d - Show all commits

View File

@ -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 {