We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc4fcf commit 4de963dCopy full SHA for 4de963d
ongoing/04-CSS-Layouts/style.css
@@ -2,6 +2,7 @@
2
/* border-top: 10px solid #1098ad; */
3
margin: 0;
4
padding: 0;
5
+ box-sizing: border-box;
6
}
7
8
/* PAGE SECTIONS */
@@ -48,10 +49,7 @@ aside {
48
49
background-color: #f7f7f7;
50
border-top: 5px solid #1098ad;
51
border-bottom: 5px solid #1098ad;
- /* padding-top: 50px;
52
- padding-bottom: 50px; */
53
- padding: 50px 0;
54
- width: 500px;
+ padding: 50px 40px;
55
56
57
/* SMALLER ELEMENTS */
@@ -82,6 +80,7 @@ h4 {
82
80
font-size: 20px;
83
81
text-transform: uppercase;
84
text-align: center;
+ margin-bottom: 30px;
85
86
87
p {
@@ -134,6 +133,7 @@ li:last-child {
134
133
135
.related {
136
list-style: none;
+ margin-left: 0;
137
138
139
body {
0 commit comments