1
0
Fork 0

add additonal styling for behavior and about pages

update p font-size
remove li bullet points
update a font size on about page
This commit is contained in:
emma 2025-01-22 23:07:29 -05:00
parent dc58ba1ad7
commit 448d19e368
1 changed files with 9 additions and 1 deletions

View File

@ -45,7 +45,7 @@ main {
align-items: center;
gap: 2rem;
}
.welcome-section p {
.welcome-section p, .behavior-section p, .about-section p {
font-size: 1.25rem;
}
@ -197,3 +197,11 @@ section {
section img {
border-radius: 15px;
}
.about-section ul {
list-style-type: none;
}
.about-section li {
font-size: 1.1rem;
}