File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
/* border-top: 10px solid #1098ad; */
3
3
margin : 0 ;
4
4
padding : 0 ;
5
+ /* * Very important attributed */
6
+ box-sizing : border-box;
5
7
}
6
8
7
9
/* PAGE SECTIONS */
@@ -48,10 +50,9 @@ aside {
48
50
background-color : # f7f7f7 ;
49
51
border-top : 5px solid # 1098ad ;
50
52
border-bottom : 5px solid # 1098ad ;
51
- /* padding-top: 50px;
52
- padding-bottom: 50px; */
53
- padding : 50px 0 ;
54
- width : 500px ;
53
+ padding : 50px 40px ;
54
+ /* * Very important attributed */
55
+ /* box-sizing: border-box; */
55
56
}
56
57
57
58
/* SMALLER ELEMENTS */
82
83
font-size : 20px ;
83
84
text-transform : uppercase;
84
85
text-align : center;
86
+ margin-bottom : 30px ;
85
87
}
86
88
87
89
p {
@@ -134,6 +136,7 @@ li:last-child {
134
136
135
137
.related {
136
138
list-style : none;
139
+ margin-left : 0 ;
137
140
}
138
141
139
142
body {
You can’t perform that action at this time.
0 commit comments