We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fedb1 commit 5fd29e5Copy full SHA for 5fd29e5
2 files changed
apps/scully-docs/src/styles.css
@@ -180,7 +180,6 @@ nav > app-button > a.btn-invert {
180
display: inline-block;
181
padding: 12px;
182
margin: 10px 3px;
183
- border-radius: 4px;
184
height: 40px;
185
min-width: 168px;
186
text-align: center;
@@ -315,7 +314,7 @@ pre > code::before {
315
314
border-left: 3px solid var(--scully-darkgray);
316
border-right: 3px solid var(--scully-darkgray);
317
content: attr(class);
318
- text-indent: -9ch;
+ text-indent: -9.2ch;
319
text-transform: uppercase;
320
display: block;
321
padding: 2px 2px;
0 commit comments