Home page content style

This commit is contained in:
Sam 2024-08-07 14:57:51 +01:00
parent 3bb281ec25
commit 04fcadc4bf
1 changed files with 37 additions and 6 deletions

View File

@ -115,14 +115,45 @@ a:hover {
color: var(--heading1-color); color: var(--heading1-color);
} }
.home-page { .home-page-content {
display: flex; line-height: 2;
align-items: flex-start; margin-bottom: 30px;
margin-top: 30px;
} }
.home-page li { .home-page-content h1 {
left: 25px; text-align: center;
position: relative; font-size: 32px !important;
margin-bottom: 120px;
}
.home-page-content h3 {
font-weight: normal;
font-size: 28px;
text-align: center;
margin-bottom: 60px;
}
.home-page-content h4 {
font-size: 18px;
text-align: center;
}
.home-page-content h5 {
font-weight: normal;
font-size: 16px;
text-align: center;
margin-bottom: 60px;
margin-top: 60px;
}
.home-page-content p {
font-weight: normal;
font-size: 16px;
text-align: center;
margin-bottom: 80px;
margin-left: 10vw;
margin-right: 10vw;
} }
.profile-img { .profile-img {