Skip to content

Commit c554d8f

Browse files
authored
Add files via upload
1 parent 7e3939d commit c554d8f

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

public/style.css

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ body::after {
684684
}
685685

686686

687-
/* TEXOS MODAL */
687+
/* TEXTOS MODAL */
688688

689689
.modal-card h3 {
690690

@@ -957,4 +957,26 @@ body::after {
957957

958958
padding: 32px 24px;
959959
}
960-
}
960+
961+
.about-project {
962+
padding: 90px 24px;
963+
}
964+
965+
.about-container {
966+
max-width: 1100px;
967+
margin: 0 auto;
968+
text-align: center;
969+
}
970+
971+
.about-container h2 {
972+
font-size: 2rem;
973+
margin-bottom: 24px;
974+
}
975+
976+
.about-container p {
977+
max-width: 850px;
978+
margin: 0 auto;
979+
line-height: 1.9;
980+
font-size: 1.05rem;
981+
}
982+
}

0 commit comments

Comments
 (0)