Remove h1 tag from sidebar #32
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: plume/documentation#32
Loading…
Reference in a new issue
No description provided.
Delete branch "plume/documentation:h1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -141,3 +138,4 @@
font-size: 1.2em;
padding: 2em;
display: flex;
justify-content: space-between;
is
&
an SCSS thing, or a CSS thing?👍
@ -141,3 +138,4 @@
font-size: 1.2em;
padding: 2em;
display: flex;
justify-content: space-between;
It is a SCSS thing to say "Put the parent selector here".