File size: 311 Bytes
00ac812
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.resp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-wrap: pretty;
    width: fit-content;
}
.div_box{
    border-color: white;
    border-width: medium;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* contain: content; */
    overflow-wrap: anywhere;
}