1
0
Fork 0

styling of welcome section paragraph elements

This commit is contained in:
emma 2025-01-02 21:20:14 -05:00
parent 44b426a8f4
commit 21238f3d71
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ main {
align-items: center; align-items: center;
gap: 2rem; gap: 2rem;
} }
.welcome-section p {
font-size: 1.25rem;
}
.baxter-info { .baxter-info {
display: grid; display: grid;