Skip to content

Commit 150fcc5

Browse files
authored
Update style.css
1 parent c554d8f commit 150fcc5

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

public/style.css

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,4 +979,26 @@ body::after {
979979
line-height: 1.9;
980980
font-size: 1.05rem;
981981
}
982-
}
982+
983+
.about-project {
984+
padding: 90px 24px;
985+
}
986+
987+
.about-container {
988+
max-width: 1100px;
989+
margin: 0 auto;
990+
text-align: center;
991+
}
992+
993+
.about-container h2 {
994+
font-size: 2rem;
995+
margin-bottom: 24px;
996+
}
997+
998+
.about-container p {
999+
max-width: 850px;
1000+
margin: 0 auto;
1001+
line-height: 1.9;
1002+
font-size: 1.05rem;
1003+
}
1004+
}

0 commit comments

Comments
 (0)