File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ body {
154
154
155
155
/***** Plugins Container ****/
156
156
# plugins {
157
+ text-align : center;
157
158
padding : 20px ;
158
159
padding-top : 0 ;
159
160
margin-top : 0 ;
@@ -162,7 +163,9 @@ body {
162
163
163
164
/***** Plugin ****/
164
165
.plugin {
165
- float : left;
166
+ vertical-align : text-top;
167
+ width : 450px ;
168
+ display : inline-block;
166
169
padding : 0 ;
167
170
background-color : # FFFFFF ;
168
171
color : black;
@@ -172,7 +175,7 @@ body {
172
175
margin-top : 10px ;
173
176
margin : 0 auto;
174
177
margin-top : 20px ;
175
- margin-left : 50 px ;
178
+ margin-left : 20 px ;
176
179
margin-bottom : 50px ;
177
180
}
178
181
@media (max-width : 768px ) {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ html.old body .hero nav-bar ul li:hover a {
73
73
html .old body # plugins {
74
74
display : flex;
75
75
flex-flow : row wrap;
76
- justify-content : flex-start ;
76
+ justify-content : center ;
77
77
}
78
78
html .old body .plugin {
79
79
border : 1px solid # d5d5d5 ;
You can’t perform that action at this time.
0 commit comments