mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 09:40:16 -04:00
fix(destinations): don't let images fill the screen
This commit is contained in:
parent
50295ebc26
commit
575f71514e
|
@ -102,3 +102,11 @@ small#count {
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user