@@ -11,13 +11,13 @@ body{
11
11
nav {
12
12
display : flex;
13
13
justify-content : space-between;
14
- margin : 20px 0 px ;
14
+ margin : 20px ;
15
15
padding : 0px 18% ;
16
16
padding-bottom : 10px ;
17
17
}
18
18
19
19
hr {
20
- margin : -20px 0px 20px 0 px ;
20
+ margin : -20px 0px 20px ;
21
21
color : lightgrey;
22
22
}
23
23
li {
37
37
}
38
38
.midNav input {
39
39
font-size : 15px ;
40
- text-transform : capitalize;;
40
+ text-transform : capitalize;
41
41
text-align : center;
42
42
color : # f3ebeb ;
43
43
background-color : # f3efef ;
@@ -70,7 +70,7 @@ display:flex;
70
70
width : 100% ;
71
71
height : 100px ;
72
72
display : flex;
73
- padding : 10px 0px 5px 0 px ; ;
73
+ padding : 10px 0px 5px ;
74
74
justify-content : space-evenly;
75
75
}
76
76
@@ -92,7 +92,7 @@ display:flex;
92
92
.post_container {
93
93
width : 100% ;
94
94
background-color : white;
95
- margin : 20px 0 px ;
95
+ margin : 20px ;
96
96
border : 1px solid rgb (245 , 238 , 238 );
97
97
border-radius : 5px ;
98
98
}
@@ -115,7 +115,8 @@ height:600px;
115
115
margin-top : 5px ;
116
116
}
117
117
.name {
118
- margin : 20px 0px 0px 20px ;
118
+ margin-top : 20px ;
119
+ margin-left : 20px ;
119
120
}
120
121
.bottom_part {
121
122
/* background-color:yellow; */
@@ -126,7 +127,9 @@ height:600px;
126
127
display : flex;
127
128
}
128
129
.bottom_part : nth-child (1 ) i {
129
- margin : 10px 15px 10px 0px ;
130
+ margin-top : 10px ;
131
+ margin-right : 15px ;
132
+ margin-bottom : 10px ;
130
133
font-size : 30px ;
131
134
font-weight : none;
132
135
}
@@ -175,18 +178,19 @@ border-radius:50%;
175
178
margin : 10px 0px ;
176
179
}
177
180
.sideBox : nth-child (1 ) div {
178
- margin : 15px 0px 0px 20px ;;
181
+ margin : 15px 0px 0px 20px ;
179
182
line-height : 10px ;
180
183
}
181
184
182
185
/****sidebox image***/
183
186
.SideBoxImageContainer {
184
187
display : flex;
185
- margin : 5px 0 px 0 px 0 px ;
188
+ margin-top : 5px ;
186
189
}
187
190
.SideBoxImageContainer div {
188
191
line-height : 8px ;
189
- margin : 5px 0px 0px 5px ;
192
+ margin-top : 5px ;
193
+ margin-left : 5px ;
190
194
}
191
195
.sideBox_image {
192
196
width : 40px ;
0 commit comments