Fix images on regular pages
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2023-03-31 14:39:24 +02:00
parent 9fcf074888
commit e7fda468b7
1 changed files with 4 additions and 4 deletions

View File

@ -225,6 +225,10 @@ article {
width: 40%;
}
}
@media screen and (min-width: $small) {
flex-direction: row-reverse;
}
}
&.page > .image {
@ -246,10 +250,6 @@ article {
width: 60%;
}
}
@media screen and (min-width: $small) {
flex-direction: row-reverse;
}
}
@media screen and (min-width: $small) {