Skip to content

Commit ce3f2da

Browse files
authored
fix: responsiveness for other browsers (than chrome) (#198)
2 parents 8e81b20 + 9ec1982 commit ce3f2da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ h1, h2, h3, h4, h5, h6 {
237237
justify-self: center;
238238
padding-bottom: 24px;
239239
padding-top: 24px;
240+
margin: 0 auto;
240241
}
241242

242243
.card-link h3 {
@@ -245,6 +246,7 @@ h1, h2, h3, h4, h5, h6 {
245246
margin: 10px 0;
246247
color: #000000;
247248
justify-self: center;
249+
text-align: center;
248250
}
249251

250252
.card-styled {
@@ -269,7 +271,6 @@ h1, h2, h3, h4, h5, h6 {
269271

270272
.hc-row {
271273
flex-direction: row;
272-
/* align-items: center; */
273274
}
274275

275276
.hc-header-img {

0 commit comments

Comments
 (0)