header : improve spacing
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
This commit is contained in:
parent
5b8032c3b4
commit
aa3bee11fa
3 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@
|
|||
inset: 0;
|
||||
z-index: 1;
|
||||
|
||||
padding: 1rem 2rem;
|
||||
padding: 0 2rem;
|
||||
|
||||
border-right: var(--border);
|
||||
border-left: var(--border);
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ summary {
|
|||
position: relative;
|
||||
inset: 0;
|
||||
z-index: 1;
|
||||
padding: 1rem 2rem;
|
||||
padding: 0 2rem;
|
||||
border-right: var(--border);
|
||||
border-left: var(--border);
|
||||
border-bottom: var(--border);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue