Fix responsivity

This commit is contained in:
2022-07-03 21:10:51 +03:00
parent 605adc66c5
commit 9eacaaafe1
5 changed files with 34 additions and 10 deletions

View File

@@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
align-items: center;
max-width: 90%;
}
.leadTitle {
@@ -11,5 +12,6 @@
}
.leadText {
width: 33%;
margin-left: 5%;
margin-right: 5%;
}