Commit 99a5b910 authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

Add an image of H in use to the laptop screen on the homepage

The laptop screen on the homepage takes a
1240 x 725 image.
parent 63509421
......@@ -39,6 +39,14 @@
text-align: center;
}
.home__intro-laptop {
position: relative;
width: 800px;
height: 424px;
margin-left: auto;
margin-right: auto;
}
.home__intro-image {
width: 800px;
height: 424px;
......@@ -49,6 +57,18 @@
margin-bottom: 40px;
}
.home__intro-screenshot {
position: absolute;
border-radius: 2px;
// screenshot size and positioning chosen to
// fit in the screen area of the laptop image
width: 620px;
height: 365px;
top: 29px;
left: 90px;
}
.home__intro {
font-size: $font-size-heading2;
line-height: $line-height-tall;
......@@ -56,6 +76,11 @@
margin-bottom: 14px;
}
.home__intro-text {
margin-top: 45px;
}
.installer {
display: flex;
flex-direction: row;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment