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:
parent
dc58ba1ad7
commit
448d19e368
|
@ -45,7 +45,7 @@ main {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
}
|
}
|
||||||
.welcome-section p {
|
.welcome-section p, .behavior-section p, .about-section p {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -197,3 +197,11 @@ section {
|
||||||
section img {
|
section img {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-section ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-section li {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue