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);
}
.home-page {
display: flex;
align-items: flex-start;
.home-page-content {
line-height: 2;
margin-bottom: 30px;
margin-top: 30px;
}
.home-page li {
left: 25px;
position: relative;
.home-page-content h1 {
text-align: center;
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 {