Skip to content

Commit 4be3e1b

Browse files
authored
Merge pull request #102 from ember-learn/feature/remove-section-padding
General fixes - remove excess padding, remove display flex, fixing logo
2 parents a0207c2 + 75f5107 commit 4be3e1b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

addon/styles/_es-navbar.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
@media screen and (min-width: 768px) {
3636
margin-bottom: 0;
3737
margin-right: 10px;
38-
margin-left: 10px;
3938
padding-bottom: 0;
4039
}
4140
}

addon/styles/addon.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ body {
5959
}
6060

6161
section {
62-
display: flex;
63-
justify-content: center;
64-
flex-flow: row wrap;
6562
min-width: 100%;
66-
padding: 1em 23em;
6763
@media screen and (min-width: 768px) {
6864
margin-bottom: 0.5em;
6965
}

addon/styles/globals/_typography.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ h1 {
4848
}
4949
}
5050

51+
section > p:first-of-type {
52+
margin-top: 0;
53+
}
54+
5155
h2 {
5256
color: $orange-darkest;
5357
font-size: 2em;

0 commit comments

Comments
 (0)