mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
Make images responsive on features page (#9931)
This commit is contained in:
parent
da22858ac0
commit
846feb1902
1 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,10 @@
|
|||
box-shadow: 0 0 10px 5px #888;
|
||||
margin: 0.5em;
|
||||
max-width: 500px;
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue