Skip to content

Commit 5fd29e5

Browse files
docs: hide dash on app-code title (#740)
increase text-indent remove duplicate style
1 parent 71fedb1 commit 5fd29e5

2 files changed

Lines changed: 29 additions & 30 deletions

File tree

apps/scully-docs/src/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ nav > app-button > a.btn-invert {
180180
display: inline-block;
181181
padding: 12px;
182182
margin: 10px 3px;
183-
border-radius: 4px;
184183
height: 40px;
185184
min-width: 168px;
186185
text-align: center;
@@ -315,7 +314,7 @@ pre > code::before {
315314
border-left: 3px solid var(--scully-darkgray);
316315
border-right: 3px solid var(--scully-darkgray);
317316
content: attr(class);
318-
text-indent: -9ch;
317+
text-indent: -9.2ch;
319318
text-transform: uppercase;
320319
display: block;
321320
padding: 2px 2px;

0 commit comments

Comments
 (0)