Moved image info around

This commit is contained in:
Michał Gdula 2022-09-08 19:41:47 +00:00
parent b261368a9b
commit 4aab53a7d5
3 changed files with 85 additions and 34 deletions

View file

@ -214,6 +214,35 @@
.image-detail {
@include defaultDecoration($green);
@include defaultFont();
&>div {
width: 100%;
display: flex;
flex-direction: row;
&>div {
width: 50%;
* {
margin-top: 0;
margin-bottom: 0.5rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
}
}
@media (max-width: 669px) {
.image-detail {
&>div {
flex-direction: column;
&>div {
width: auto;
}
}
}
}
// TAGS