Ensure image don't overflow
This commit is contained in:
parent
4fac760a5f
commit
cb18e6f802
@ -82,6 +82,10 @@ a.card:hover {
|
|||||||
background-color: #9332bb;
|
background-color: #9332bb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
border-top: 3px solid #9332bb;
|
border-top: 3px solid #9332bb;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user