Changes

195 bytes added ,  07:31, 6 September 2021
no edit summary
Line 1,276: Line 1,276:  
     flex-direction: column;
 
     flex-direction: column;
 
}
 
}
.main-page-span-img{
+
.main-page-i1{
     max-width: 100%;
+
     position: relative;
 
     width: 100%;
 
     width: 100%;
     word-wrap: break-word;
+
}
 +
.main-page-i1::before{
 +
    content: "";
 +
    display:block;
 +
     padding-top: 100%;
 +
}
 +
 
 +
.main-page-i2{
 +
    position:absolute;
 +
    top: 0;
 +
    left: 0;
 +
    right: 0;
 +
    bottom: 0;
 +
    display:flex;
 +
    justify-content:center;
 
}
 
}
 
.main-page-img{
 
.main-page-img{