File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 93
93
width : 60% ;
94
94
margin : 0 auto ;
95
95
margin-top : 50px ;
96
- ul {
97
- padding-left : 0 ;
98
- }
99
96
@include mediaQuery (tablet- width) {
100
97
width : 70% ;
101
98
}
@@ -108,21 +105,22 @@ body {
108
105
justify-content : space-between ;
109
106
flex-wrap : wrap ;
110
107
border-bottom : 2px solid var (--primary-text-color );
111
- text-align : center ;
112
108
h1 {
113
109
// align-self: flex-start;
114
110
font-size : 40px ;
115
111
flex-grow : 2 ;
112
+ text-align : left ;
113
+ margin : 10px ;
116
114
}
117
115
ul {
118
116
display : flex ;
119
117
flex-direction : row ;
120
118
flex-wrap : wrap ;
121
- justify-content : space-evenly ;
119
+ justify-content : end ;
122
120
align-items : center ;
123
121
flex-grow : 5 ;
124
122
li {
125
- padding : 0 10 px ;
123
+ padding : 0 20 px ;
126
124
list-style-type : none ;
127
125
a {
128
126
text-decoration : none ;
@@ -142,12 +140,18 @@ body {
142
140
flex-direction : column ;
143
141
justify-content : center ;
144
142
align-items : center ;
143
+ ul {
144
+ justify-content : center ;
145
+ }
146
+ h1 {
147
+ text-align : center ;
148
+ }
145
149
}
146
150
}
147
151
.sub-mid-section-cover {
148
152
width : 100% ;
149
153
margin : 0 auto ;
150
-
154
+ overflow : hidden ;
151
155
img {
152
156
max-width : 100% ;
153
157
}
@@ -182,6 +186,7 @@ body {
182
186
}
183
187
.blog-list {
184
188
list-style : none ;
189
+ padding-left : 0 ;
185
190
li {
186
191
margin-bottom : 50px ;
187
192
.excerpt {
@@ -204,6 +209,7 @@ body {
204
209
list-style-type : none ;
205
210
display : flex ;
206
211
flex-wrap : wrap ;
212
+ padding-left : 0 ;
207
213
li {
208
214
margin : 10px 10px ;
209
215
}
You can’t perform that action at this time.
0 commit comments