We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bbc2d commit 2bf6375Copy full SHA for 2bf6375
projects/sort-package-json-keithamus.html
@@ -92,16 +92,20 @@
92
93
94
.breadcrumbs {
95
- margin-bottom: 1.5rem;
96
- background: #fff;
97
- padding: 0.5rem 1rem;
98
- border-radius: 5px;
+ background-color: #f8f9fa;
+ border: 1px solid #dee2e6;
+ border-radius: 8px;
+ padding: 16px;
99
+ font-size: 14px;
100
+ box-sizing: border-box;
101
}
102
+
103
.metadata-item {
104
display: flex;
105
align-items: center;
106
margin-bottom: 0.5rem;
107
108
109
.metadata-item i {
110
font-size: 1.2rem;
111
margin-right: 0.5rem;
0 commit comments