Lead paragraph

This commit is contained in:
2022-06-20 21:27:44 +03:00
parent ae76fb75d7
commit 9edd961865
3 changed files with 54 additions and 0 deletions

15
styles/Lead.module.scss Normal file
View File

@@ -0,0 +1,15 @@
.leadContainer {
display: flex;
flex-direction: column;
align-items: center;
}
.leadTitle {
display: flex;
flex-direction: column;
align-items: center;
}
.leadText {
width: 33%;
}