Skip to content

Commit

Permalink
areas-of-d-usage: Fix weird layout at certain widths
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jun 17, 2016
1 parent 323eec4 commit 5e0d107
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions areas-of-d-usage.dd
Expand Up @@ -317,11 +317,14 @@ Macros:
#dman {
margin-top: -200px;
}
.start-icons {
padding-left: 160px;
}
.start-icons-el {
padding-right: 27px;
}
}
@media only screen and (min-width: 66em) {
.start-icons {
text-align: right;
padding-right: 25em;
}
}
)

0 comments on commit 5e0d107

Please sign in to comment.