made it ultra sexable
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.post {
|
.post {
|
||||||
border: 2px solid purple;
|
border: 2px solid purple;
|
||||||
height: 10%;
|
height: 8vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -9,9 +9,13 @@
|
|||||||
.post img {
|
.post img {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post span {
|
.post span {
|
||||||
|
|
||||||
|
display: block;
|
||||||
|
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user