adjust css
This commit is contained in:
parent
4d91b8ab49
commit
57a73c01b6
@ -37,21 +37,24 @@
|
||||
justify-content: center;
|
||||
}
|
||||
.imgcontainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: -webkit-min-content;
|
||||
width: -moz-min-content;
|
||||
width: min-content;
|
||||
margin: 0.3rem;
|
||||
padding: 0.3rem;
|
||||
background-color: #ffffff;
|
||||
border-radius: 0.3rem;
|
||||
justify-content: center;
|
||||
}
|
||||
.imgcontainer > a {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.imgcontainer > p {
|
||||
min-width: 10.0rem;
|
||||
text-align: center;
|
||||
margin: 0.2rem;
|
||||
word-wrap:break-word;
|
||||
word-break:break-all;
|
||||
}
|
||||
.more {
|
||||
display: flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user