Fix the responsivness of the page

This commit is contained in:
2023-05-31 02:45:34 +02:00
parent 032b6603f8
commit 5e3acb7503

View File

@@ -101,4 +101,12 @@ img{
#who_we_are{
font-size: 14px;
}
}
@media screen and (min-width: 1600px){
.main{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
}