Skip to content

Commit dcd6012

Browse files
authored
Merge pull request #7 from pdedgar1/claude/improve-toolbar-spacing-01Q6yFp6SizKtSPBeG8ksaHt
Fix upload section spacing consistency across all lab pages
2 parents 46b1f56 + 6f608e1 commit dcd6012

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,20 @@ h3 {
327327
color: #4a4a4a;
328328
}
329329

330+
.upload-section h2,
331+
.upload-zone h2,
332+
.upload-area h2 {
333+
margin-bottom: 10px;
334+
margin-top: 0;
335+
}
336+
337+
.upload-section p,
338+
.upload-zone p,
339+
.upload-area p {
340+
margin-bottom: 20px;
341+
margin-top: 0;
342+
}
343+
330344
.upload-text {
331345
font-size: 1.2em;
332346
color: #4a4a4a;

0 commit comments

Comments
 (0)