Ensure image don't overflow
This commit is contained in:
parent
4fac760a5f
commit
cb18e6f802
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue