Grid adjustment in header #3

Open
arek wants to merge 2 commits from poppins-font into master
Owner
No description provided.
arek added 1 commit 2022-01-04 20:14:04 +01:00
kuba requested changes 2022-01-04 22:28:34 +01:00
generator.html Outdated
@ -46,3 +46,3 @@
color: #fff;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: repeat(1fr);
Owner

FF mi pokazuje, że repeat(1fr) nie jest prawidłową wartością

FF mi pokazuje, że `repeat(1fr)` nie jest prawidłową wartością
Author
Owner

poprawione

poprawione
arek marked this conversation as resolved
arek added 1 commit 2022-01-07 11:20:49 +01:00
arek requested review from kuba 2022-01-11 09:24:55 +01:00
This pull request has changes conflicting with the target branch.
  • generator.html
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b poppins-font master
git pull origin poppins-font

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff poppins-font
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: icd/social-media-cards#3
No description provided.