File size: 349 Bytes
00ac812
aa2d088
c635154
210baea
 
00ac812
 
 
 
 
 
 
210baea
00ac812
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.resp{
    margin:10px;
    padding:10px;
    border-color: white;
    border-width: medium;  
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-wrap: pretty;
    width: fit-content;
}
.div_box{

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* contain: content; */
    overflow-wrap: anywhere;
}