mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Made images smaller on small screens.
This commit is contained in:
parent
faf0c058b6
commit
7fa24f5dd4
1 changed files with 7 additions and 1 deletions
|
|
@ -178,13 +178,19 @@ a.media-subheading:hover {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.history,
|
|
||||||
img.feature,
|
img.feature,
|
||||||
img.made-with-torque {
|
img.made-with-torque {
|
||||||
width: 128px;
|
width: 128px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 360px) {
|
||||||
|
img.feature,
|
||||||
|
img.made-with-torque {
|
||||||
|
width: 96px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img.history {
|
img.history {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue