Skip to content

Commit 2bf6375

Browse files
committed
Upload file: sort-package-json-keithamus.html
1 parent 01bbc2d commit 2bf6375

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

projects/sort-package-json-keithamus.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,20 @@
9292

9393

9494
.breadcrumbs {
95-
margin-bottom: 1.5rem;
96-
background: #fff;
97-
padding: 0.5rem 1rem;
98-
border-radius: 5px;
95+
background-color: #f8f9fa;
96+
border: 1px solid #dee2e6;
97+
border-radius: 8px;
98+
padding: 16px;
99+
font-size: 14px;
100+
box-sizing: border-box;
99101
}
102+
100103
.metadata-item {
101104
display: flex;
102105
align-items: center;
103106
margin-bottom: 0.5rem;
104107
}
108+
105109
.metadata-item i {
106110
font-size: 1.2rem;
107111
margin-right: 0.5rem;

0 commit comments

Comments
 (0)