full screen cover images
This commit is contained in:
parent
dd9cc41fb2
commit
ac66bd7d25
|
@ -348,6 +348,15 @@ footer {
|
|||
max-width: 480px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
@media only screen and (max-width: 640px) {
|
||||
|
||||
article {
|
||||
max-width: unset;
|
||||
min-width: 100%;
|
||||
flex-grow: 1;
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue