update css
This commit is contained in:
parent
e2968dbd97
commit
d1bf4cc7f3
@ -133,7 +133,6 @@ input[type="text"],input[type="password"],textarea {
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: none solid solid none;
|
border-style: none solid solid none;
|
||||||
border-color: #B7C5D9;
|
border-color: #B7C5D9;
|
||||||
display: inline-block;
|
|
||||||
max-width: 94%!important;
|
max-width: 94%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -374,7 +373,7 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
display: block;
|
display: flex;
|
||||||
margin: 5px 20px 10px;
|
margin: 5px 20px 10px;
|
||||||
border: medium none;
|
border: medium none;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
@ -401,9 +400,9 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagelist {
|
.pagelist {
|
||||||
|
Reference in New Issue
Block a user