mirror of https://github.com/docker/docs.git
Landing page: left-align icon on small screen sizes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9d446cfd44
commit
ba7413baff
|
@ -128,10 +128,16 @@ body#landing {
|
|||
@include lg-width { background-size: auto 60px }
|
||||
|
||||
.title {
|
||||
margin-top: 50px;
|
||||
@include sm-width { margin-top: 60px }
|
||||
@include md-width { margin-top: 72px }
|
||||
@include lg-width { margin-top: 90px }
|
||||
margin-top: 0;
|
||||
margin-left: 60px;
|
||||
@include sm-width { margin-left: 0; margin-top: 60px }
|
||||
@include md-width { margin-left: 0; margin-top: 72px }
|
||||
@include lg-width { margin-left: 0; margin-top: 90px }
|
||||
}
|
||||
|
||||
p {
|
||||
margin-left: 60px;
|
||||
@include sm-width { margin-left: 0 }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue