Skip to content

Commit c2b3152

Browse files
authored
Update style.css
1 parent 49f05ed commit c2b3152

1 file changed

Lines changed: 23 additions & 43 deletions

File tree

public/style.css

Lines changed: 23 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,28 @@ body::after {
902902
0 18px 30px rgba(0,168,120,0.28);
903903
}
904904

905+
.about-project {
906+
padding: 100px 8% 110px;
907+
}
908+
909+
.about-container {
910+
max-width: 1100px;
911+
margin: 0 auto;
912+
text-align: center;
913+
}
914+
915+
.about-container h2 {
916+
font-size: 2rem;
917+
margin-bottom: 24px;
918+
}
919+
920+
.about-container p {
921+
max-width: 850px;
922+
margin: 0 auto;
923+
line-height: 1.9;
924+
font-size: 1.05rem;
925+
}
926+
905927

906928
/* RESPONSIVO*/
907929

@@ -964,47 +986,5 @@ body::after {
964986
padding: 32px 24px;
965987
}
966988

967-
.about-project {
968-
padding: 90px 24px;
969-
}
970-
971-
.about-container {
972-
max-width: 1100px;
973-
margin: 0 auto;
974-
text-align: center;
975-
}
976-
977-
.about-container h2 {
978-
font-size: 2rem;
979-
margin-bottom: 24px;
980-
}
981-
982-
.about-container p {
983-
max-width: 850px;
984-
margin: 0 auto;
985-
line-height: 1.9;
986-
font-size: 1.05rem;
987-
}
988-
989-
.about-project {
990-
padding: 90px 24px;
991-
}
992-
993-
.about-container {
994-
max-width: 1100px;
995-
margin: 0 auto;
996-
text-align: center;
997-
}
998-
999-
.about-container h2 {
1000-
font-size: 2rem;
1001-
margin-bottom: 24px;
1002-
}
1003-
1004-
.about-container p {
1005-
max-width: 850px;
1006-
margin: 0 auto;
1007-
line-height: 1.9;
1008-
font-size: 1.05rem;
1009-
}
1010989
}
990+

0 commit comments

Comments
 (0)