Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a4b011c authored by smain@google.com's avatar smain@google.com
Browse files

define height for context images to avoid content jumps on load

Change-Id: I95fb6d628f8be12c31c0b7fa2978dd266f72dbf6
parent be718f7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ div.slide {
div.slide p {
  height:40px;
}
div.slide img {
  height: 208px;
}
</style>