This commit is contained in:
Mikola
2024-01-12 19:11:36 +03:00
parent cc0f76ea8d
commit a24ce7d7a1
8 changed files with 67 additions and 32 deletions

View File

@ -22,7 +22,6 @@
&__main {
display: flex;
flex-direction: column;
align-items: center;
width: 65%;
@media (max-width: 1106px) {
@ -35,7 +34,7 @@
font-size: 35px;
line-height: 32px;
display: flex;
justify-content: space-between;
justify-content: center;
margin: 0;
@media (max-width: 960px) {
@ -162,7 +161,7 @@
&__about {
border-left: 1px solid #cdcdcd;
padding: 0 20px 0 10px;
padding: 0 20px 0 25px;
margin: 0 0 0 10px;
display: flex;
flex-direction: column;