Skip to content

Commit 4de963d

Browse files
committed
Added: Up to 4.50
1 parent 4dc4fcf commit 4de963d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ongoing/04-CSS-Layouts/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/* border-top: 10px solid #1098ad; */
33
margin: 0;
44
padding: 0;
5+
box-sizing: border-box;
56
}
67

78
/* PAGE SECTIONS */
@@ -48,10 +49,7 @@ aside {
4849
background-color: #f7f7f7;
4950
border-top: 5px solid #1098ad;
5051
border-bottom: 5px solid #1098ad;
51-
/* padding-top: 50px;
52-
padding-bottom: 50px; */
53-
padding: 50px 0;
54-
width: 500px;
52+
padding: 50px 40px;
5553
}
5654

5755
/* SMALLER ELEMENTS */
@@ -82,6 +80,7 @@ h4 {
8280
font-size: 20px;
8381
text-transform: uppercase;
8482
text-align: center;
83+
margin-bottom: 30px;
8584
}
8685

8786
p {
@@ -134,6 +133,7 @@ li:last-child {
134133

135134
.related {
136135
list-style: none;
136+
margin-left: 0;
137137
}
138138

139139
body {

0 commit comments

Comments
 (0)