1 parent c554d8f commit 150fcc5Copy full SHA for 150fcc5
1 file changed
public/style.css
@@ -979,4 +979,26 @@ body::after {
979
line-height: 1.9;
980
font-size: 1.05rem;
981
}
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
1001
+ line-height: 1.9;
1002
+ font-size: 1.05rem;
1003
1004
+ }
0 commit comments