Skip to content

Commit

Permalink
Center laptop on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Feb 18, 2017
1 parent ea896ca commit 59ec02c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@
}

.liri-laptop {
padding: 40px 32px;
color: #ffffff;
}

@media screen and (min-width: 1024px) {
.liri-laptop {
padding: 40px 32px;
}
}

@media screen and (min-width: 320px) {
.liri-laptop {
padding-top: 20px;
}
}

.liri-laptop-section {
position: relative;
padding: 80px 0;
Expand Down

0 comments on commit 59ec02c

Please sign in to comment.